Skip to content

Commit

Permalink
Fix version number in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkster committed Nov 5, 2023
1 parent 4955c89 commit bb3a9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flare-android-project/app/src/main/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.flare.app"
android:versionCode="112"
android:versionName="1.12"
android:versionCode="114"
android:versionName="1.14"
android:installLocation="auto">

<application android:label="@string/app_name"
Expand Down

0 comments on commit bb3a9f8

Please sign in to comment.