We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630922f commit f2ada92Copy full SHA for f2ada92
android/build.gradle
@@ -28,7 +28,7 @@ android {
28
main.java.srcDirs += 'src/main/kotlin'
29
}
30
defaultConfig {
31
- minSdkVersion 19
+ minSdkVersion 23
32
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
33
34
lintOptions {
example/android/app/build.gradle
@@ -45,7 +45,7 @@ android {
45
46
47
applicationId "im.nfc.flutter_nfc_kit_example"
48
49
targetSdkVersion 34
50
compileSdkVersion 34
51
versionCode flutterVersionCode.toInteger()
0 commit comments