Skip to content

Commit

Permalink
disable vcs status in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
icefields committed May 14, 2024
1 parent 5ed9347 commit 54488ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ android {
resValue("string", "build_type", "Release")

isMinifyEnabled = false
// vcsInfo.include = false
vcsInfo.include = false

proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down

0 comments on commit 54488ed

Please sign in to comment.