Skip to content

Commit

Permalink
Disable VCS information in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Jun 27, 2024
1 parent bb2ade0 commit 5cd334d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ android {
buildTypes {
release {
isMinifyEnabled = true
@file:Suppress("UnstableApiUsage")
vcsInfo.include = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit 5cd334d

Please sign in to comment.