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

Enable multidexing

parent 7f641671
No related branches found
No related tags found
No related merge requests found
Pipeline #7706 failed with stage
in 21 minutes and 51 seconds
......@@ -64,6 +64,7 @@ android {
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
tasks.whenTaskAdded { task ->
if (task.name.startsWith('merge')) {
......@@ -240,6 +241,7 @@ dependencies {
implementation "androidx.annotation:annotation:$rootProject.ext.androidxAnnotationVersion"
implementation "androidx.preference:preference:$androidxPreferencesVersion"
implementation "androidx.constraintlayout:constraintlayout:$rootProject.ext.constraintLayoutVersion"
implementation 'androidx.multidex:multidex:2.0.1'
//TV
implementation "androidx.leanback:leanback:$rootProject.ext.androidxVersion"
......
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