Skip to content

Commit

Permalink
3.1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Aug 5, 2022
1 parent 1731228 commit 93f5740
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 @@ -105,7 +105,7 @@ android {
defaultConfig {
multiDexEnabled true
versionCode 1500
version "3.1.0.3-dev-a"
version "3.1.0.3"
buildConfigField "String", "VERSION", '"' + version + '"'
buildConfigField "String", "BUILDVERSION", '"' + generateGitBuild() + '-' + generateDate() + '"'
buildConfigField "String", "REMOTE", '"' + generateGitRemote() + '"'
Expand Down

0 comments on commit 93f5740

Please sign in to comment.