Skip to content

Commit

Permalink
fix portrait orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimBoev committed Sep 23, 2024
1 parent 416f6aa commit 595a6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified FlappyBird/app/build/outputs/apk/FlappyBird-signed.apk
Binary file not shown.
5 changes: 3 additions & 2 deletions FlappyBird/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
package="com.flappybird.game"

android:versionCode="12"
android:versionName="1.2">
android:versionCode="13"
android:versionName="1.3">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />

Expand All @@ -11,6 +11,7 @@
<application android:label="FlappyBird" android:debuggable="true" android:hasCode="false" tools:replace="android:icon,android:theme,android:allowBackup,label" android:icon="@mipmap/icon">
<activity android:name="android.app.NativeActivity"
android:label="FlappyBird"
android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden">
<meta-data android:name="android.app.lib_name"
android:value="flappybird" />
Expand Down

0 comments on commit 595a6b8

Please sign in to comment.