2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 13:17:43 +00:00

Enable view binding.

This commit is contained in:
Isira Seneviratne 2020-07-08 05:01:35 +05:30 committed by Nicolas Fella
parent 2f386ff5c0
commit 179d04ef00

View File

@ -26,6 +26,9 @@ android {
multiDexEnabled true multiDexEnabled true
} }
buildFeatures {
viewBinding true
}
dexOptions { dexOptions {
javaMaxHeapSize "2g" javaMaxHeapSize "2g"
} }