mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +00:00
Remove Multidex usages.
Since the min SDK is at least 21, it is no longer necessary to use the Multidex library. See the following for more info: https://developer.android.com/build/multidex#mdex-on-l Resolves #13696
This commit is contained in:
committed by
Greyson Parrelli
parent
a1bf4d62ab
commit
b340097f9c
@@ -28,7 +28,6 @@ android {
|
||||
defaultConfig {
|
||||
minSdk = signalMinSdkVersion
|
||||
targetSdk = signalTargetSdkVersion
|
||||
multiDexEnabled = true
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
@@ -58,7 +57,6 @@ dependencies {
|
||||
implementation(libs.rxjava3.rxandroid)
|
||||
implementation(libs.rxjava3.rxjava)
|
||||
implementation(libs.rxjava3.rxkotlin)
|
||||
implementation(libs.androidx.multidex)
|
||||
implementation(libs.kotlin.stdlib.jdk8)
|
||||
|
||||
ktlintRuleset(libs.ktlint.twitter.compose)
|
||||
|
||||
@@ -33,7 +33,6 @@ android {
|
||||
|
||||
minSdk = signalMinSdkVersion
|
||||
targetSdk = signalTargetSdkVersion
|
||||
multiDexEnabled = true
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
@@ -69,7 +68,6 @@ dependencies {
|
||||
implementation(libs.rxjava3.rxandroid)
|
||||
implementation(libs.rxjava3.rxjava)
|
||||
implementation(libs.rxjava3.rxkotlin)
|
||||
implementation(libs.androidx.multidex)
|
||||
implementation(libs.material.material)
|
||||
implementation(libs.androidx.constraintlayout)
|
||||
implementation(libs.kotlin.stdlib.jdk8)
|
||||
|
||||
Reference in New Issue
Block a user