We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compileSdkVersion
kotlin_version
1 parent 44f8a84 commit 0d7eb93Copy full SHA for 0d7eb93
2 files changed
android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
29
- compileSdkVersion 30
+ compileSdkVersion 31
30
31
compileOptions {
32
sourceCompatibility JavaVersion.VERSION_1_8
android/build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.3.50'
+ ext.kotlin_version = '1.6.10'
3
repositories {
4
google()
5
mavenCentral()
0 commit comments