1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Remove View binding classes generation, added by mistake

This commit is contained in:
Christophe Beyls 2020-03-06 16:43:47 +01:00
parent c8ef6bca85
commit 7212aee9be

View file

@ -57,10 +57,6 @@ android {
exclude 'META-INF/com.android.tools/**'
}
viewBinding {
enabled = true
}
androidExtensions {
features = ["parcelize"]
}