Fix signed release build issues (#198)

* Update Gradle to 8.5

* Disable view binding generation

* Downgrade AGP to 8.1
This commit is contained in:
Kirill Kamakin
2024-01-14 16:39:19 +01:00
committed by GitHub
parent 7c02a8341d
commit 80baf11ec4
3 changed files with 3 additions and 7 deletions

View File

@@ -50,10 +50,6 @@ internal fun Project.configureKotlinAndroid(
)
}
buildFeatures {
viewBinding = true
}
testOptions {
unitTests {
isIncludeAndroidResources = true