mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-12 09:48:34 -04:00
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
|
||||
versionName = "4.3.2"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
||||
@@ -53,8 +53,6 @@ class AuroraApplication : Application() {
|
||||
HiddenApiBypass.addHiddenApiExemptions("")
|
||||
}
|
||||
|
||||
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)
|
||||
|
||||
//Create Notification Channels : General & Alert
|
||||
createNotificationChannel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user