Skip to content

Commit

Permalink
add revision directly to AAPS version to uniquely identify AAPS relea…
Browse files Browse the repository at this point in the history
…ses for the same omnicore 'variant'.
  • Loading branch information
winemug committed Dec 19, 2019
1 parent 608cae5 commit 421b631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ android {
targetSdkVersion 28
multiDexEnabled true
versionCode 1500
version "2.5.1"
version "2.5.1.0001"
buildConfigField "String", "VERSION", '"' + version + '"'
buildConfigField "String", "VARIANT", '"OmniCore 1.0.0.702 Jul 06 2019"'
buildConfigField "String", "VARIANT", '"OmniCore v1.0.0.702"'
buildConfigField "String", "BUILDVERSION", '"' + generateGitBuild() + '-' + generateDate() + '"'
buildConfigField "String", "REMOTE", '"' + generateGitRemote() + '"'
buildConfigField "String", "HEAD", '"' + generateGitBuild() + '"'
Expand Down

0 comments on commit 421b631

Please sign in to comment.