diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 42f1812d..6e0d18ea 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 30 + compileSdkVersion 31 aaptOptions { noCompress 'html', 'txt' diff --git a/example/android/build.gradle b/example/android/build.gradle index c505a863..714549c2 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.50' + ext.kotlin_version = '1.6.10' repositories { google() jcenter()