Skip to content

Commit

Permalink
Updated compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom committed Jun 12, 2024
1 parent 7d50a0a commit e621ef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 33
compileSdkVersion 34

if (project.android.hasProperty('namespace')) {
namespace 'io.flutter.plugins.googlemobileads'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
namespace 'io.flutter.plugins.googlemobileads.mediation.gma_mediation_applovin'
}

compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
namespace 'io.flutter.plugins.googlemobileads.mediation.gma_mediation_unity'
}

compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down

0 comments on commit e621ef4

Please sign in to comment.