mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Update version in Android Manifest
This commit is contained in:
parent
f5a3b26199
commit
2b300eb9b0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<manifest package="org.retroshare.android.qml_app"
|
<manifest package="org.retroshare.android.qml_app"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionName="1.0" android:versionCode="1"
|
android:versionName="0.6.4" android:versionCode="1"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<application android:name="org.qtproject.qt5.android.bindings.QtApplication"
|
<application android:name="org.qtproject.qt5.android.bindings.QtApplication"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue