Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c315b22

Browse files
committed
Bump build.gradles
1 parent e965c56 commit c315b22

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

shell/platform/android/test_runner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ println "AVAILABLE PROCESSORS: $availableProcessors"
3333
println "=========================================="
3434

3535
android {
36-
compileSdkVersion 31
36+
compileSdkVersion 32
3737

3838
defaultConfig {
3939
minSdkVersion 16

testing/android_background_image/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ android {
1616
// The others are irrelevant for a test application.
1717
disable 'UnpackedNativeCode','MissingApplicationIcon','GoogleAppIndexingApiWarning','GoogleAppIndexingWarning','GradleDependency','NewerVersionAvailable'
1818
}
19-
buildToolsVersion = '31.0.0'
20-
compileSdkVersion 31
19+
buildToolsVersion = '33.0.0-rc4'
20+
compileSdkVersion 32
2121
compileOptions {
2222
sourceCompatibility JavaVersion.VERSION_11
2323
targetCompatibility JavaVersion.VERSION_11
2424
}
2525
defaultConfig {
2626
applicationId 'dev.flutter.android_background_image'
2727
minSdkVersion 16
28-
targetSdkVersion 31
28+
targetSdkVersion 32
2929
versionCode 1
3030
versionName '1.0'
3131
}

testing/scenario_app/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ android {
1515
// The others are irrelevant for a test application.
1616
disable 'UnpackedNativeCode','MissingApplicationIcon','GoogleAppIndexingApiWarning','GoogleAppIndexingWarning','GradleDependency','NewerVersionAvailable','Registered'
1717
}
18-
buildToolsVersion = '31.0.0'
19-
compileSdkVersion 31
18+
buildToolsVersion = '33.0.0-rc4'
19+
compileSdkVersion 32
2020
compileOptions {
2121
sourceCompatibility JavaVersion.VERSION_11
2222
targetCompatibility JavaVersion.VERSION_11
2323
}
2424
defaultConfig {
2525
applicationId 'dev.flutter.scenarios'
2626
minSdkVersion 18
27-
targetSdkVersion 31
27+
targetSdkVersion 32
2828
versionCode 1
2929
versionName '1.0'
3030
testInstrumentationRunner 'dev.flutter.TestRunner'

tools/cipd/android_embedding_bundle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
apply plugin: "com.android.application"
3030

3131
android {
32-
compileSdkVersion 31
32+
compileSdkVersion 32
3333
}
3434

3535
configurations {

0 commit comments

Comments
 (0)