We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dab38e commit b667fccCopy full SHA for b667fcc
backtrace-library/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
apply plugin: 'com.android.library'
5
6
androidGitVersion {
7
- // this is responsible for
+ // this is the format for generating the versionName
8
// default is %tag%%-count%%-commit%%-branch%%-dirty% - removed %-dirty% because submodules tend to get dirty
9
format '%tag%%-count%%-commit%%-branch%'
10
}
backtrace-library/publish.gradle
@@ -19,7 +19,7 @@
19
apply plugin: 'maven-publish'
20
apply plugin: 'signing'
21
22
-version = android.defaultConfig.buildConfigFields["VERSION_NAME"].value
+version = android.defaultConfig.versionName
23
group = GROUP
24
25
def isReleaseBuild() {
0 commit comments