diff options
author | 2024-08-28 05:56:16 +1000 | |
---|---|---|
committer | 2024-08-28 05:56:16 +1000 | |
commit | 6d1970f5f1085436550ed93167df685c0d581679 (patch) | |
tree | 17714173fcbf4af4df20d902a663bcf2e4e8717f /android-project/app/src | |
parent | 77d4cc347543aca6e07f0fd32c385c96d8d40808 (diff) |
Bumped version to 0.269mame0269
Diffstat (limited to 'android-project/app/src')
-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 37320df98a9..fda98bb687e 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="268" - android:versionName="0.268" + android:versionCode="269" + android:versionName="0.269" android:installLocation="auto"> <!-- OpenGL ES 2.0 --> |