Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geoffrey Métais
VLC-Android
Commits
f48308ee
Commit
f48308ee
authored
Jun 26, 2019
by
Geoffrey Métais
Browse files
Enable R8 & multidex debug builds only
parent
07d40020
Changes
2
Hide whitespace changes
Inline
Side-by-side
gradle.properties
View file @
f48308ee
android.enableJetifier
=
true
android.useAndroidX
=
true
android.enableR8
=
false
android.databinding.incremental
=
true
kapt.incremental.apt
=
true
kapt.use.worker.api
=
true
...
...
vlc-android/build.gradle
View file @
f48308ee
...
...
@@ -64,7 +64,6 @@ android {
versionCode
rootProject
.
ext
.
versionCode
versionName
rootProject
.
ext
.
versionName
vectorDrawables
.
useSupportLibrary
=
true
multiDexEnabled
true
tasks
.
whenTaskAdded
{
task
->
if
(
task
.
name
.
startsWith
(
'merge'
))
{
...
...
@@ -127,6 +126,7 @@ android {
debug
{
applicationIdSuffix
".debug"
jniDebuggable
true
multiDexEnabled
true
}
dev
{
initWith
debug
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment