Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom authored Oct 9, 2023
1 parent e7d8a6d commit 39118ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/google_mobile_ads/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
if (project.android.hasProperty('namespace')) {
namespace 'io.flutter.plugins.googlemobileads'
}

compileSdkVersion 33

defaultConfig {
Expand Down

0 comments on commit 39118ec

Please sign in to comment.