Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimBoev committed Sep 23, 2024
1 parent 24166ab commit 416f6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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="1"
android:versionName="1.0">
android:versionCode="12"
android:versionName="1.2">

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

Expand Down

0 comments on commit 416f6aa

Please sign in to comment.