diff --git a/android/build.gradle b/android/build.gradle index b41cd9d..5f084e5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'com.linecorp.flutter_line_sdk' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.5.32' + ext.kotlin_version = '1.7.21' repositories { google() jcenter() diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 9c93a95..9f7604a 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -39,7 +39,7 @@ android { defaultConfig { applicationId "com.linecorp.linesdk.sample" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index ef9b39c..21a7ca1 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -14,6 +14,7 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" + android:exported="true" android:windowSoftInputMode="adjustResize"> =2.17.0-0 <3.0.0" + dart: ">=2.18.0 <3.0.0" flutter: ">=1.12.0"