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

Commit

Permalink
AndroidManifest: bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Apr 27, 2019
1 parent 1674aee commit 371bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.libopenmw.openmw"
android:installLocation="auto"
android:versionCode="9">
android:versionCode="10">
<!-- Allow writing to external storage -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 371bf4f

Please sign in to comment.