diff --git a/Commander/android/build.gradle b/Commander/android/build.gradle index 65098950..73455c95 100644 --- a/Commander/android/build.gradle +++ b/Commander/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.0.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/Listener/android/build.gradle b/Listener/android/build.gradle index 65098950..73455c95 100644 --- a/Listener/android/build.gradle +++ b/Listener/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.0.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }