Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Jun 30, 2024
1 parent 300ed82 commit 78e3056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ android {
arg("room.schemaLocation", "$projectDir/schemas")
}

correctErrorTypes true
correctErrorTypes = true
}
}

buildTypes {
debug {
getIsDefault().set(true)
minifyEnabled = false
applicationIdSuffix ".debug"
applicationIdSuffix = ".debug"
manifestPlaceholders = [
buildTimestamp: 0
]
Expand Down

0 comments on commit 78e3056

Please sign in to comment.