AuroraApplication: Drop unused vector drawables code for pre-lolipop
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -49,7 +49,6 @@ android {
|
|||||||
versionCode = 50
|
versionCode = 50
|
||||||
versionName = "4.3.2"
|
versionName = "4.3.2"
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,8 +53,6 @@ class AuroraApplication : Application() {
|
|||||||
HiddenApiBypass.addHiddenApiExemptions("")
|
HiddenApiBypass.addHiddenApiExemptions("")
|
||||||
}
|
}
|
||||||
|
|
||||||
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)
|
|
||||||
|
|
||||||
//Create Notification Channels : General & Alert
|
//Create Notification Channels : General & Alert
|
||||||
createNotificationChannel()
|
createNotificationChannel()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user