We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a322613 + 5dccb13 commit 8c27501Copy full SHA for 8c27501
example/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
sourceSets {
32
main.java.srcDirs += 'src/main/kotlin'
example/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
jcenter()
0 commit comments