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 026b8cc commit e25c492Copy full SHA for e25c492
example/android/app/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
27
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
28
29
android {
30
- compileSdkVersion 31
+ compileSdkVersion 34
31
32
sourceSets {
33
main.java.srcDirs += 'src/main/kotlin'
@@ -40,7 +40,7 @@ android {
40
defaultConfig {
41
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
42
applicationId "io.karte.tracker_sample"
43
- minSdkVersion 16
+ minSdkVersion flutter.minSdkVersion
44
targetSdkVersion 31
45
versionCode flutterVersionCode.toInteger()
46
versionName flutterVersionName
0 commit comments