Skip to content

Commit

Permalink
specify android namespace (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBissekkou authored Oct 15, 2024
1 parent c9007c3 commit 98858a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arcgis_map_sdk_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 31


// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'dev.fluttercommunity.arcgis_map_sdk_android'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
Expand Down

0 comments on commit 98858a9

Please sign in to comment.