2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Remove 'vectorDrawables.useSupportLibrary' flag.

This commit is contained in:
Isira Seneviratne
2020-07-10 20:21:06 +05:30
parent c4dcecb8d8
commit 771dab54c3

View File

@@ -22,7 +22,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
multiDexEnabled true multiDexEnabled true
vectorDrawables.useSupportLibrary true
} }
dexOptions { dexOptions {
javaMaxHeapSize "2g" javaMaxHeapSize "2g"