File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
group ' im.nfc.flutter_nfc_kit'
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.6.0 '
4
+ ext. kotlin_version = ' 1.6.21 '
5
5
repositories {
6
6
google()
7
7
mavenCentral()
@@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
24
24
apply plugin : ' kotlin-android'
25
25
26
26
android {
27
- compileSdkVersion 29
27
+ compileSdkVersion 31
28
28
29
29
sourceSets {
30
30
main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ android {
40
40
applicationId " im.nfc.flutter_nfc_kit_example"
41
41
minSdkVersion 19
42
42
targetSdkVersion 31
43
+ compileSdkVersion 31
43
44
versionCode flutterVersionCode. toInteger()
44
45
versionName flutterVersionName
45
46
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6.0 '
2
+ ext. kotlin_version = ' 1.6.21 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
You can’t perform that action at this time.
0 commit comments