Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Mar 2, 2019
1 parent 787b6f0 commit 2486240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
package="com.libopenmw.openmw"
android:installLocation="auto"
android:versionCode="1"
android:versionName="0.43">
android:versionCode="2"
android:versionName="0.46">

<!-- Allow writing to external storage -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

3 comments on commit 2486240

@terabyte25
Copy link
Contributor

@terabyte25 terabyte25 commented on 2486240 Mar 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better to have this automatically updated via cmake, similar to how openmw does it?

@xyzz
Copy link
Owner Author

@xyzz xyzz commented on 2486240 Mar 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I've implemented it in c217020

@terabyte25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Please sign in to comment.