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:
@@ -50,10 +50,6 @@ internal fun Project.configureKotlinAndroid(
|
||||
)
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
}
|
||||
|
||||
testOptions {
|
||||
unitTests {
|
||||
isIncludeAndroidResources = true
|
||||
|
||||
Reference in New Issue
Block a user