Drop multidex library dependency

This is only required if we are supporting <Android 5.0

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-07-06 23:43:57 +05:30
parent 0a3fc192ea
commit 43c260dcf0
2 changed files with 2 additions and 5 deletions

View File

@@ -48,7 +48,6 @@ android {
versionName "4.2.3"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -111,8 +110,6 @@ easylauncher {
}
dependencies {
//MultiDex for Kitkat support
implementation "androidx.multidex:multidex:2.0.1"
//Protobuf
implementation "com.google.protobuf:protobuf-javalite:3.22.3"