mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
2e5a69f82c
commit
ee36c0eae0
2
DEPS
2
DEPS
@ -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'
|
||||
}
|
||||
],
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
namespace 'dev.flutter.android_background_image'
|
||||
lintOptions {
|
||||
abortOnError true
|
||||
checkAllWarnings true
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user