diff --git a/ExampleProject/android/build.gradle b/ExampleProject/android/build.gradle index 6509895..0f8f109 100644 --- a/ExampleProject/android/build.gradle +++ b/ExampleProject/android/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:4.2.2") + classpath("com.android.tools.build:gradle:8.2.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }