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 ed9875b commit 458ce3cCopy full SHA for 458ce3c
example/android/app/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-kapt'
27
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
28
29
android {
30
- compileSdkVersion 29
+ compileSdkVersion 30
31
32
sourceSets {
33
main.java.srcDirs += 'src/main/kotlin'
@@ -41,7 +41,7 @@ android {
41
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
42
applicationId "com.fluttercandies.wechat_camera_picker_demo"
43
minSdkVersion 21
44
- targetSdkVersion 29
+ targetSdkVersion 30
45
versionCode flutterVersionCode.toInteger()
46
versionName flutterVersionName
47
}
0 commit comments