Upgrade to gradle 8.3 (flutter/engine#51422)

Fixes https://github.com/flutter/flutter/issues/145165

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
Gray Mackall 2024-03-20 10:26:35 -07:00 committed by GitHub
parent 2e5a69f82c
commit ee36c0eae0
6 changed files with 7 additions and 7 deletions

2
DEPS
View File

@ -737,7 +737,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'
}
],

View File

@ -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 {

View File

@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.flutter.app.test">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>

View File

@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
android {
namespace 'dev.flutter.android_background_image'
lintOptions {
abortOnError true
checkAllWarnings true

View File

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.android_background_image">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name="io.flutter.app.FlutterApplication"
android:allowBackup="false"
android:label="Background Image Tester"
android:supportsRtl="true">
<activity

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
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