diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-12-07 21:51:06 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-12-07 21:51:06 +0100 |
commit | b5c5625e78f8880fd05751c98a65dec483bc8bb1 (patch) | |
tree | 22836c168a8c8ae9d8f558c587c4d562c9aa6e64 | |
parent | d828d5b4a999fc5f19c7bba23389604033069a37 (diff) |
don't use versionNameSuffix for git/fdroid version
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9d1c3afb4..03ef0ce7c 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,6 @@ android { } git { dimension "distribution" - versionNameSuffix "-git" } } if (project.hasProperty('mStoreFile') && |