Skip to content

Commit 458ce3c

Browse files
committed
💚 Fix android build issue for the example
1 parent ed9875b commit 458ce3c

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
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-kapt'
2727
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2828

2929
android {
30-
compileSdkVersion 29
30+
compileSdkVersion 30
3131

3232
sourceSets {
3333
main.java.srcDirs += 'src/main/kotlin'
@@ -41,7 +41,7 @@ android {
4141
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4242
applicationId "com.fluttercandies.wechat_camera_picker_demo"
4343
minSdkVersion 21
44-
targetSdkVersion 29
44+
targetSdkVersion 30
4545
versionCode flutterVersionCode.toInteger()
4646
versionName flutterVersionName
4747
}

0 commit comments

Comments
 (0)