1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Fix wrong version number (Android) (#13852)

This commit is contained in:
Gabriel Morazán 2022-04-16 12:51:21 -04:00 committed by GitHub
parent 5121c66624
commit 3f2d4b1885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch.legacy"
android:versionCode="1556806369"
android:versionName="1.10.4"
android:versionName="1.10.3"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>