summaryrefslogtreecommitdiffstatshomepage
path: root/android-project
diff options
context:
space:
mode:
Diffstat (limited to 'android-project')
-rw-r--r--android-project/README.md4
-rw-r--r--android-project/app/src/main/AndroidManifest.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/android-project/README.md b/android-project/README.md
index df7f5e5f262..e1df3a98960 100644
--- a/android-project/README.md
+++ b/android-project/README.md
@@ -1,9 +1,9 @@
# **android-project** #
-Cointains code by needed to run MAME on Android
+Contains code by needed to run MAME on Android
Licensed under [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)
It also contains org.libsdl.app.Activity part of SDL2 project under [zlib license](http://opensource.org/licenses/Zlib)
-And for building Gradle-wrapper is used that is under [Apache License, Version 2.0](http://opensource.org/licenses/Apache-2.0) \ No newline at end of file
+And for building Gradle-wrapper is used that is under [Apache License, Version 2.0](http://opensource.org/licenses/Apache-2.0)
diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml
index 397dce08615..ec2e3cba682 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="190"
- android:versionName="0.190"
+ android:versionCode="192"
+ android:versionName="0.192"
android:installLocation="auto">
<!-- Android 5.0 -->