Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3060e commit 0a2a5efCopy full SHA for 0a2a5ef
android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
29
- compileSdkVersion 30
+ compileSdkVersion 32
30
31
sourceSets {
32
main.java.srcDirs += 'src/main/kotlin'
@@ -36,7 +36,7 @@ android {
36
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
37
applicationId "com.ysn.flutter_news_app"
38
minSdkVersion 16
39
- targetSdkVersion 30
+ targetSdkVersion 32
40
versionCode flutterVersionCode.toInteger()
41
versionName flutterVersionName
42
}
0 commit comments