Skip to content

Commit

Permalink
feat: changed applet AID
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-sekanina committed May 16, 2023
1 parent b20f648 commit 1dbbf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ javacard {
cap {
packageName 'applet'
version '0.1'
aid '01:ff:ff:04:05:06:07:08:09'
aid '01:ff:ff:04:05:06:07:08:00'
output 'applet_main_applet.cap'

sources 'src/main/java/applet'
Expand All @@ -145,7 +145,7 @@ javacard {
//noinspection GroovyAssignabilityCheck
applet {
className 'applet.MainApplet'
aid '01:ff:ff:04:05:06:07:08:09:01:02'
aid '01:ff:ff:04:05:06:07:08:00:01:02'
}

//noinspection GroovyAssignabilityCheck
Expand Down

0 comments on commit 1dbbf83

Please sign in to comment.