Skip to content

Commit

Permalink
Update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF committed Feb 25, 2021
1 parent 7dd57aa commit b916aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ dependencies {
implementation 'org.jdeferred:jdeferred-android-aar:1.2.4'
// ThirdParty
implementation 'com.jonathanfinerty.once:once:1.0.3'
implementation 'com.xdja.safekeyservice:xdjacrypto:1.0.3'
implementation 'com.xdja.safekeyservice:jar_multi_jniapi:3.9.50'
implementation 'com.xdja.safekeyservice:jar_multi_unitepin:3.9.24'
//implementation 'com.xdja.safekeyservice:xdjacrypto:1.0.3'
//implementation 'com.xdja.safekeyservice:jar_multi_jniapi:3.9.50'
//implementation 'com.xdja.safekeyservice:jar_multi_unitepin:3.9.24'
implementation files('libs/securitysdk-v2--standard-4.0.12.2477.jar')
implementation 'com.google.code.gson:gson:2.6.2'
}
6 changes: 0 additions & 6 deletions VirtualApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
maven {
url 'http://maven.xdja.com:8081/nexus3/repository/public/'
}
maven {
url 'http://maven.xdja.com:8081/nexus3/repository/xdja/'
}
}
}

Expand Down

0 comments on commit b916aea

Please sign in to comment.