|
|
@@ -52,16 +52,16 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
-
|
|
|
implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
|
|
implementation 'com.android.support:design:26.1.0'
|
|
|
implementation 'com.googlecode.libphonenumber:libphonenumber:7.0.4'
|
|
|
-// testImplementation 'junit:junit:4.12'
|
|
|
-// androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
-// androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
+ // testImplementation 'junit:junit:4.12'
|
|
|
+ // androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
+ // androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
implementation files('libs/core-2.3.0.jar')
|
|
|
-// api 'com.google.android.gms:play-services-maps:11.4.2'
|
|
|
-// api 'com.google.android.gms:play-services-location:11.4.2'
|
|
|
+ // api 'com.google.android.gms:play-services-maps:11.4.2'
|
|
|
+ // api 'com.google.android.gms:play-services-location:11.4.2'
|
|
|
api project(':RAUtilsLibrary')
|
|
|
+ implementation files('libs/zip4j_1.3.2.jar')
|
|
|
}
|