diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/safeDispatch/build.gradle b/safeDispatch/build.gradle index fe3e81a..1df4422 100644 --- a/safeDispatch/build.gradle +++ b/safeDispatch/build.gradle @@ -14,6 +14,11 @@ buildscript { } } +androidGitVersion { + codeFormat 'MNNBBBB' + format '%tag%%.count%' + hideBranches = ['develop'] +} android { compileSdkVersion 31 @@ -25,6 +30,7 @@ android { targetSdkVersion 31 versionName androidGitVersion.name() versionCode androidGitVersion.code() + archivesBaseName = "SafeDispatchMobile_v.$versionName" } buildTypes {