diff --git a/android/build.gradle b/android/build.gradle index 64810259..13c1a191 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,7 +33,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:4.1.0") + classpath("com.android.tools.build:gradle:7.0.3") } } } diff --git a/example/android/build.gradle b/example/android/build.gradle index 93232f5f..0a4fe623 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:4.1.0") + classpath("com.android.tools.build:gradle:7.0.3") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }