Fix app not installable on SD anymore

This commit is contained in:
Geoffrey Métais 2020-04-27 09:50:03 +02:00 committed by Nicolas Pomepuy
parent 263933f665
commit b35abcf18c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.mobile.app">
package="org.videolan.mobile.app"
android:installLocation="auto">
<application
android:name=".VLCApplication"

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc"
android:installLocation="auto">
package="org.videolan.vlc">
<uses-sdk tools:overrideLibrary="com.jraska.livedata.ktx, com.jraska.livedata"/>