AuroraApplication: Drop unused vector drawables code for pre-lolipop

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-09-23 15:57:25 +05:30
parent 777f07644c
commit b48ebe3754
2 changed files with 0 additions and 3 deletions

View File

@@ -49,7 +49,6 @@ android {
versionCode = 50
versionName = "4.3.2"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -53,8 +53,6 @@ class AuroraApplication : Application() {
HiddenApiBypass.addHiddenApiExemptions("")
}
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)
//Create Notification Channels : General & Alert
createNotificationChannel()