Skip to content

Commit

Permalink
Added the namespace property in build.gradle if the field is necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoedomingos committed Oct 12, 2023
1 parent b2bfef6 commit a22612c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 31
ndkVersion "20.1.5948944"
// Condition for namespace compatibility in AGP 8
if (project.android.hasProperty("namespace")) {
namespace 'com.mapbox.mapboxgl'
}

defaultConfig {
minSdkVersion 20
Expand Down

0 comments on commit a22612c

Please sign in to comment.