1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Allow the app to be installed on external storage.

This commit is contained in:
Christophe Beyls 2014-03-13 02:31:27 +01:00
parent bf14ff0d99
commit e1e3db0ae4

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="be.digitalia.fosdem" package="be.digitalia.fosdem"
android:installLocation="auto"
android:versionCode="0700107" android:versionCode="0700107"
android:versionName="1.0.7" > android:versionName="1.0.7" >