Loading play-services-maps-core-mapbox/build.gradle +1 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,7 @@ apply plugin: 'kotlin-android' dependencies { implementation project(':play-services-api') implementation project(':play-services-base-core') implementation("org.maplibre.gl:android-sdk:10.0.0-pre.0") { exclude group: 'com.google.android.gms' } implementation("org.maplibre.gl:android-sdk:10.0.0") implementation("org.maplibre.gl:android-plugin-annotation-v9:1.0.0") { exclude group: 'com.google.android.gms' } Loading Loading
play-services-maps-core-mapbox/build.gradle +1 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,7 @@ apply plugin: 'kotlin-android' dependencies { implementation project(':play-services-api') implementation project(':play-services-base-core') implementation("org.maplibre.gl:android-sdk:10.0.0-pre.0") { exclude group: 'com.google.android.gms' } implementation("org.maplibre.gl:android-sdk:10.0.0") implementation("org.maplibre.gl:android-plugin-annotation-v9:1.0.0") { exclude group: 'com.google.android.gms' } Loading