Commit a1b44688 authored by Josh Ji's avatar Josh Ji

Update build.gradle

implement update_binary_DG1 script
parent 4a9e70ab
......@@ -2,7 +2,7 @@ buildscript{
repositories{
mavenCentral()
maven{url 'https://javacard.pro/maven'}
maven{url 'https://deadcode.me/mvm'}
maven{url 'https://deadcode.me/mvn'}
}
dependencies{
classpath 'com.klinec:gradle-javacard:1.8.0'
......@@ -22,7 +22,7 @@ sourceCompatibility = 1.8
repositories {
mavenCentral()
maven{url 'https://javacard.pro/maven'}
maven{url 'https://deadcode.me/mvm'}
maven{url 'https://deadcode.me/mvn'}
flatDir{
dirs 'libs'
}
......@@ -69,7 +69,7 @@ javacard{
}
script{
name 'create_file_DG1'
apdu '00e00000066304005a010100'
apdu '00e000000663040070010100'
}
task {
name 'put_data_mrz'
......@@ -85,7 +85,7 @@ javacard{
}
script{
name 'update_binary_DG1'
apdu '00000000'
apdu '00d600005f615d5f1f5a503C54574E413132333435363738343C3C3C3C3C3C3C3C3C3C3C3C3C3C3C393930393232314D3232313233313554574E3C3C3C3C3C3C3C3C3C3C3C3C4A6F73683C4A693C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C3C'
}
task {
name 'update_binary_DG1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment