|
@@ -56,10 +56,9 @@ dependencies {
|
|
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
|
|
implementation 'com.android.support:design:26.1.0'
|
|
implementation 'com.android.support:design:26.1.0'
|
|
|
implementation 'com.googlecode.libphonenumber:libphonenumber:7.0.4'
|
|
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'
|
|
|
|
|
- implementation files('libs/core-2.3.0.jar')
|
|
|
|
|
|
|
+ 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'
|
|
|
// api 'com.google.android.gms:play-services-maps: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 'com.google.android.gms:play-services-location:11.4.2'
|
|
|
api project(':RAUtilsLibrary')
|
|
api project(':RAUtilsLibrary')
|