We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9007c3 commit 98858a9Copy full SHA for 98858a9
arcgis_map_sdk_android/android/build.gradle
@@ -31,6 +31,12 @@ apply plugin: 'kotlin-android'
31
android {
32
compileSdkVersion 31
33
34
+
35
+ // Conditional for compatibility with AGP <4.2.
36
+ if (project.android.hasProperty("namespace")) {
37
+ namespace 'dev.fluttercommunity.arcgis_map_sdk_android'
38
+ }
39
40
compileOptions {
41
sourceCompatibility JavaVersion.VERSION_11
42
targetCompatibility JavaVersion.VERSION_11
0 commit comments