update to 1.0.2, fix app crash on screen rotate

This commit is contained in:
Odweta
2024-02-23 10:26:28 +01:00
parent b98db64fe7
commit d79b3a179f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ android {
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0.1"
versionName = "1.0.2"
}
buildTypes {
+2 -1
View File
@@ -22,7 +22,8 @@
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.Solon"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
BIN
View File
Binary file not shown.