Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a2a5ef

Browse files
committed
Set compile and target SDK version to 32
1 parent 6b3060e commit 0a2a5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 32
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.ysn.flutter_news_app"
3838
minSdkVersion 16
39-
targetSdkVersion 30
39+
targetSdkVersion 32
4040
versionCode flutterVersionCode.toInteger()
4141
versionName flutterVersionName
4242
}

0 commit comments

Comments
 (0)