Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Nov 20, 2024
1 parent e81dfd3 commit 97943f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ android {
storePassword System.getenv("STORE_PASSWORD")
keyAlias System.getenv("KEY_ALIAS")
keyPassword System.getenv("KEY_PASSWORD")
vcsInfo.include false
v1SigningEnabled true
v2SigningEnabled true
enableV3Signing false
Expand All @@ -59,6 +58,7 @@ android {
buildConfigField "Long", "BUILD_TIME", "0L"
shrinkResources true
zipAlignEnabled true
vcsInfo.include false
}
debug {
debuggable true
Expand Down

0 comments on commit 97943f5

Please sign in to comment.