Replace Butterknife code with ViewBinding

This commit is contained in:
Niko Diamadis
2022-10-11 22:20:41 +02:00
parent fb3958acf1
commit ad809d149c
10 changed files with 180 additions and 216 deletions

View File

@@ -27,6 +27,9 @@ android {
resValue "string", "app_name", "Gotify DEV"
}
}
buildFeatures {
viewBinding true
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'