[mobile] update dev

pull/123/head
FongMi 3 years ago
parent 0b79881196
commit 085f7386c7
  1. 2
      app/build.gradle
  2. 2
      app/src/mobile/AndroidManifest.xml

@ -22,7 +22,7 @@ android {
mobile {
dimension "mode"
versionCode 3
versionName "1.0.3"
versionName "20230222#1"
}
java {
dimension = "api"

@ -8,7 +8,7 @@
android:name=".ui.activity.MainActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:exported="true"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:screenOrientation="fullUser"
android:windowSoftInputMode="adjustPan">
<intent-filter>

Loading…
Cancel
Save