diff options
author | 2016-12-27 10:09:29 +1100 | |
---|---|---|
committer | 2016-12-27 10:09:29 +1100 | |
commit | bbeda6ad9910dbcf0a24e7afa099180e7d46ebe3 (patch) | |
tree | f73bf126dc51a2f208f23d94c6f8d194f38e320c /android-project | |
parent | 0c48931beef0dfa02f5c076395698866a0f93d36 (diff) |
version bump (nw)
Diffstat (limited to 'android-project')
-rw-r--r-- | android-project/app/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml index e2aa57f29fb..e438149550c 100644 --- a/android-project/app/src/main/AndroidManifest.xml +++ b/android-project/app/src/main/AndroidManifest.xml @@ -4,8 +4,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.mamedev.mame" - android:versionCode="180" - android:versionName="0.180" + android:versionCode="181" + android:versionName="0.181" android:installLocation="auto"> <!-- Android 5.0 --> |