diff --git a/.gitignore b/.gitignore index f2d50bb..0168d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ lib/*private*.dart .flutter-plugins-dependencies +local.properties +.gradle diff --git a/android/app/build.gradle b/android/app/build.gradle index c158a47..9e86530 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 30 + compileSdkVersion 31 compileOptions { @@ -50,7 +50,7 @@ android { defaultConfig { applicationId "org.communiquons.comunic" minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 79fef45..ae38908 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -59,7 +59,8 @@ android:hardwareAccelerated="true" android:launchMode="singleTop" android:theme="@style/LaunchTheme" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:exported="true">