diff --git a/DEPS b/DEPS index c51336cad9650..d4450fdf24cbc 100644 --- a/DEPS +++ b/DEPS @@ -731,7 +731,7 @@ deps = { { # See tools/gradle/README.md for update instructions. # Version here means the CIPD tag. - 'version': 'version:7.5.1', + 'version': 'version:8.3', 'package': 'flutter/gradle' } ], diff --git a/shell/platform/android/test_runner/build.gradle b/shell/platform/android/test_runner/build.gradle index 7439db16168e5..50e8e4f3f8912 100644 --- a/shell/platform/android/test_runner/build.gradle +++ b/shell/platform/android/test_runner/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:7.0.0" + classpath "com.android.tools.build:gradle:8.0.1" } } @@ -32,6 +32,7 @@ println "AVAILABLE PROCESSORS: $availableProcessors" println "==========================================" android { + namespace 'io.flutter.app.test' compileSdkVersion 34 defaultConfig { diff --git a/shell/platform/android/test_runner/src/main/AndroidManifest.xml b/shell/platform/android/test_runner/src/main/AndroidManifest.xml index d67f4e5760241..57bdeee858695 100644 --- a/shell/platform/android/test_runner/src/main/AndroidManifest.xml +++ b/shell/platform/android/test_runner/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ - + diff --git a/testing/android_background_image/android/app/build.gradle b/testing/android_background_image/android/app/build.gradle index d866acf038def..3b064625a8a23 100644 --- a/testing/android_background_image/android/app/build.gradle +++ b/testing/android_background_image/android/app/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.application' android { + namespace 'dev.flutter.android_background_image' lintOptions { abortOnError true checkAllWarnings true diff --git a/testing/android_background_image/android/app/src/main/AndroidManifest.xml b/testing/android_background_image/android/app/src/main/AndroidManifest.xml index d55247e606a67..a3a4f995b8227 100644 --- a/testing/android_background_image/android/app/src/main/AndroidManifest.xml +++ b/testing/android_background_image/android/app/src/main/AndroidManifest.xml @@ -1,10 +1,8 @@ - +