[soc] updated Android example with algorithm 0.2.5

This commit is contained in:
strawmanbobi
2020-03-11 22:10:15 +08:00
parent 5fdde1a55d
commit 6c0a0953ef
9 changed files with 23 additions and 25 deletions

View File

@@ -3,10 +3,10 @@ apply plugin: 'com.android.library'
android {
signingConfigs {
}
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "0.1.2"
}
@@ -22,7 +22,7 @@ android {
}
dependencies {
compile files('libs/gson-2.8.0.jar')
compile files('libs/okhttp-3.7.0.jar')
compile files('libs/okio-1.12.0.jar')
api files('libs/gson-2.8.0.jar')
api files('libs/okhttp-3.7.0.jar')
api files('libs/okio-1.12.0.jar')
}