mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
Remove multidex.
This commit is contained in:
parent
8a24a0ab4d
commit
b584d94716
@ -15,7 +15,6 @@ android {
|
||||
targetSdk 33
|
||||
versionCode 26
|
||||
versionName '0.10.0'
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
resValue "string", "app_name", "LibreTube"
|
||||
|
||||
@ -85,7 +84,6 @@ dependencies {
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.constraintlayout
|
||||
implementation libs.androidx.legacySupport
|
||||
implementation libs.androidx.multidex
|
||||
implementation libs.androidx.navigation.fragment
|
||||
implementation libs.androidx.navigation.ui
|
||||
implementation libs.androidx.preference
|
||||
|
@ -10,7 +10,6 @@ extJunit = "1.1.5"
|
||||
espresso = "3.5.1"
|
||||
workRuntime = "2.7.1"
|
||||
exoplayer = "2.18.2"
|
||||
multidex = "2.0.1"
|
||||
retrofit = "2.9.0"
|
||||
jacksonAnnotations = "2.13.4"
|
||||
desugaring = "1.2.2"
|
||||
@ -33,7 +32,6 @@ androidx-test-espressoCore = { group = "androidx.test.espresso", name = "espress
|
||||
androidx-work-runtime = { group = "androidx.work", name="work-runtime-ktx", version.ref="workRuntime" }
|
||||
exoplayer = { group = "com.google.android.exoplayer", name = "exoplayer", version.ref = "exoplayer" }
|
||||
exoplayer-extension-mediasession = { group = "com.google.android.exoplayer", name = "extension-mediasession", version.ref = "exoplayer" }
|
||||
androidx-multidex = { group = "androidx.multidex", name = "multidex", version.ref = "multidex" }
|
||||
square-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
||||
square-retrofit-converterJackson = { group = "com.squareup.retrofit2", name = "converter-jackson", version.ref = "retrofit" }
|
||||
jacksonAnnotations = { group = "com.fasterxml.jackson.core", name = "jackson-annotations", version.ref = "jacksonAnnotations" }
|
||||
|
Loading…
Reference in New Issue
Block a user