7dadb8d917d0af3b5111cdf69ac2e28350b88a5d
build.gradle
| ... | ... | @@ -13,7 +13,7 @@ buildscript { |
| 13 | 13 | } |
| 14 | 14 | } |
| 15 | 15 | dependencies { |
| 16 | - classpath 'com.android.tools.build:gradle:7.4.2' |
|
| 16 | + classpath 'com.android.tools.build:gradle:7.0.4' |
|
| 17 | 17 | classpath "org.ajoberstar:grgit:2.3.0" |
| 18 | 18 | } |
| 19 | 19 | } |
| ... | ... | @@ -58,10 +58,7 @@ ext { |
| 58 | 58 | targetCompatibilityVersion = JavaVersion.VERSION_1_8 |
| 59 | 59 | |
| 60 | 60 | support = "27.1.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" |
|
| 61 | + play_services = "12.0.1" |
|
| 65 | 62 | |
| 66 | 63 | license_dialog = "1.8.0" |
| 67 | 64 |
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_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}" |
|
| 52 | + api "com.google.android.gms:play-services-maps:${rootProject.ext.play_services}" |
|
| 53 | + api "com.google.android.gms:play-services-location:${rootProject.ext.play_services}" |
|
| 54 | + api "com.google.android.gms:play-services-vision:${rootProject.ext.play_services}" |
|
| 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_gcm}" |
|
| 88 | + implementation "com.google.android.gms:play-services-gcm:${rootProject.ext.play_services}" |
|
| 89 | 89 | |
| 90 | 90 | /* local dependencies */ |
| 91 | 91 | implementation project(":mobile:com.sap.sailing.android.shared") |