Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9d7b485

Browse files
author
eightgran
committed
Add support for Android 12
- Set compiled and targeted SDK to 31
1 parent 728e8e2 commit 9d7b485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 30
29+
compileSdkVersion 31
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'
@@ -36,7 +36,7 @@ android {
3636
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737
applicationId "com.example.example"
3838
minSdkVersion 16
39-
targetSdkVersion 30
39+
targetSdkVersion 31
4040
versionCode flutterVersionCode.toInteger()
4141
versionName flutterVersionName
4242
}

0 commit comments

Comments
 (0)