Skip to content

Commit cf9a392

Browse files
committed
Bump compileSdkVersion to fix semlette#55
Signed-off-by: Harry Chen <i@harrychen.xyz>
1 parent 55d3da9 commit cf9a392

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group 'im.nfc.flutter_nfc_kit'
22

33
buildscript {
4-
ext.kotlin_version = '1.6.0'
4+
ext.kotlin_version = '1.6.21'
55
repositories {
66
google()
77
mavenCentral()
@@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
2424
apply plugin: 'kotlin-android'
2525

2626
android {
27-
compileSdkVersion 29
27+
compileSdkVersion 31
2828

2929
sourceSets {
3030
main.java.srcDirs += 'src/main/kotlin'

example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ android {
4040
applicationId "im.nfc.flutter_nfc_kit_example"
4141
minSdkVersion 19
4242
targetSdkVersion 31
43+
compileSdkVersion 31
4344
versionCode flutterVersionCode.toInteger()
4445
versionName flutterVersionName
4546
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.0'
2+
ext.kotlin_version = '1.6.21'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)