Skip to content

Commit

Permalink
#11 - Force portrait mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZo committed Apr 7, 2024
1 parent 3ec12a7 commit 28f9a7e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
android:label="@string/app_name"
android:theme="@style/Theme.PaintballNotificator"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation"
android:screenOrientation="portrait"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
2 changes: 1 addition & 1 deletion app/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=1.1.3
VERSION=1.1.4
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/10104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v1.1.3:
- Landscape Modus deaktiviert
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v1.1.3:
- Disabled landscape mode

0 comments on commit 28f9a7e

Please sign in to comment.