Skip to content
Snippets Groups Projects
Commit f74e838d authored by Geoffrey Métais's avatar Geoffrey Métais Committed by Geoffrey Métais
Browse files

Fix release build

parent 22d99a96
No related branches found
No related tags found
1 merge request!420Fix apk name according to ABI
Pipeline #13180 passed with stage
in 4 minutes and 31 seconds
......@@ -24,7 +24,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc.plugin.api">
<application android:label="@string/app_name"
<application
android:supportsRtl="true">
<activity android:name="org.videolan.vlc.extensions.api.WarningActivity"
......
......@@ -70,6 +70,7 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
kotlinOptions.freeCompilerArgs = ['-Xno-param-assertions']
multiDexEnabled true
}
signedRelease {
initWith release
......
......@@ -11,7 +11,7 @@ android {
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "APP_ID", rootProject.ext.appId
buildConfigField "String", "APP_ID", "\"rootProject.ext.appId\""
}
buildTypes {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment