Skip to content

Commit e25c492

Browse files
committed
update compileSdkVersion
1 parent 026b8cc commit e25c492

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-android'
2727
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2828

2929
android {
30-
compileSdkVersion 31
30+
compileSdkVersion 34
3131

3232
sourceSets {
3333
main.java.srcDirs += 'src/main/kotlin'
@@ -40,7 +40,7 @@ android {
4040
defaultConfig {
4141
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4242
applicationId "io.karte.tracker_sample"
43-
minSdkVersion 16
43+
minSdkVersion flutter.minSdkVersion
4444
targetSdkVersion 31
4545
versionCode flutterVersionCode.toInteger()
4646
versionName flutterVersionName

0 commit comments

Comments
 (0)