Fix gradle deprecations

This commit is contained in:
Niko Diamadis
2024-03-06 22:41:29 +01:00
parent 433f7ec341
commit 22feec66b0
5 changed files with 21 additions and 39 deletions

View File

@@ -31,6 +31,7 @@ android {
}
buildFeatures {
viewBinding true
buildConfig true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17