use view binding wherever possible

This commit is contained in:
2020-11-25 22:35:55 +01:00
parent 8d1c3d9a3f
commit 7df99ea0cc
12 changed files with 108 additions and 110 deletions

View File

@ -18,6 +18,10 @@ android {
setProperty("archivesBaseName", "teapod-$versionName")
}
buildFeatures {
viewBinding true
}
buildTypes {
release {
minifyEnabled true