ea491735c96d7bae45d2bbd7d709a5b38ff0556e
build.gradle
| ... | ... | @@ -58,13 +58,16 @@ ext { |
| 58 | 58 | targetCompatibilityVersion = JavaVersion.VERSION_1_8 |
| 59 | 59 | |
| 60 | 60 | support = "27.1.1" |
| 61 | - play_services = "12.0.1" |
|
| 61 | + play_services_maps = "18.2.0" |
|
| 62 | + play_services_location = "21.0.1" |
|
| 63 | + play_services_vision = "20.1.3" |
|
| 64 | + play_services_gcm = "17.0.0" |
|
| 62 | 65 | |
| 63 | 66 | license_dialog = "1.8.0" |
| 64 | 67 | |
| 65 | 68 | // testing - jvm |
| 66 | 69 | junit = "4.12" |
| 67 | - mockito = "1.9.5" |
|
| 70 | + mockito = "5.8.0" |
|
| 68 | 71 | |
| 69 | 72 | // testing - ui |
| 70 | 73 | test = "0.2" |
mobile/com.sap.sailing.android.shared/build.gradle
| ... | ... | @@ -49,9 +49,9 @@ dependencies { |
| 49 | 49 | api project(":com.sap.sse.shared.android") |
| 50 | 50 | |
| 51 | 51 | /* Google Play Services */ |
| 52 | - api "com.google.android.gms:play-services-maps:${rootProject.ext.play_services}" |
|
| 53 | - api "com.google.android.gms:play-services-vision:${rootProject.ext.play_services}" |
|
| 54 | - api "com.google.android.gms:play-services-location:${rootProject.ext.play_services}" |
|
| 52 | + api "com.google.android.gms:play-services-maps:${rootProject.ext.play_services_maps}" |
|
| 53 | + api "com.google.android.gms:play-services-location:${rootProject.ext.play_services_location}" |
|
| 54 | + api "com.google.android.gms:play-services-vision:${rootProject.ext.play_services_vision}" |
|
| 55 | 55 | |
| 56 | 56 | /* license dialog */ |
| 57 | 57 | api "de.psdev.licensesdialog:licensesdialog:${rootProject.ext.license_dialog}" |
mobile/com.sap.sailing.android.tracking.app/build.gradle
| ... | ... | @@ -85,7 +85,7 @@ android { |
| 85 | 85 | |
| 86 | 86 | dependencies { |
| 87 | 87 | /* Google Play Services */ |
| 88 | - implementation "com.google.android.gms:play-services-gcm:${rootProject.ext.play_services}" |
|
| 88 | + implementation "com.google.android.gms:play-services-gcm:${rootProject.ext.play_services_gcm}" |
|
| 89 | 89 | |
| 90 | 90 | /* local dependencies */ |
| 91 | 91 | implementation project(":mobile:com.sap.sailing.android.shared") |