diff --git a/circle_app/android/app/build.gradle b/circle_app/android/app/build.gradle index 27abffa..46635c0 100644 --- a/circle_app/android/app/build.gradle +++ b/circle_app/android/app/build.gradle @@ -65,8 +65,8 @@ android { // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion 21 targetSdkVersion flutter.targetSdkVersion - versionCode 6 - versionName "1.0.5" + versionCode 7 + versionName "1.0.6" manifestPlaceholders = [ vivo_APPID: "105669716", vivo_APPKEY:"84f750207787376b310ca5b0d5969122", diff --git a/circle_app/android/app/src/main/AndroidManifest.xml b/circle_app/android/app/src/main/AndroidManifest.xml index 8cda5a1..f7243ff 100644 --- a/circle_app/android/app/src/main/AndroidManifest.xml +++ b/circle_app/android/app/src/main/AndroidManifest.xml @@ -71,7 +71,6 @@ android:hardwareAccelerated="true" android:usesCleartextTraffic="true" android:screenOrientation="portrait" - android:showWhenLocked="true" android:turnScreenOn="true" android:networkSecurityConfig="@xml/network_security_config" android:windowSoftInputMode="adjustResize">