Replace Butterknife code with ViewBinding
This commit is contained in:
@@ -27,6 +27,9 @@ android {
|
||||
resValue "string", "app_name", "Gotify DEV"
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
Reference in New Issue
Block a user