Skip to content

Commit 0d7eb93

Browse files
committed
conf: Upgrade compileSdkVersion and kotlin_version.
1 parent 44f8a84 commit 0d7eb93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 30
29+
compileSdkVersion 31
3030

3131
compileOptions {
3232
sourceCompatibility JavaVersion.VERSION_1_8

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.3.50'
2+
ext.kotlin_version = '1.6.10'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)