|
@@ -49,7 +49,6 @@ android {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
-
|
|
|
|
|
implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
@@ -57,6 +56,7 @@ dependencies {
|
|
|
implementation files('libs/bcprov-jdk15on-157.jar')
|
|
implementation files('libs/bcprov-jdk15on-157.jar')
|
|
|
implementation files('libs/httpmime-4.1.1.jar')
|
|
implementation files('libs/httpmime-4.1.1.jar')
|
|
|
api 'com.google.android.gms:play-services-location:16.0.0'
|
|
api 'com.google.android.gms:play-services-location:16.0.0'
|
|
|
|
|
+ implementation files('libs/core-2.3.0.jar')
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|