Version++

This commit is contained in:
Benoit Marty 2019-08-08 16:47:13 +02:00
parent 79fb1985aa
commit 347dcb469a
2 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,24 @@
Changes in RiotX 0.4.0 (2019-XX-XX)
===================================================
Features:
-
Improvements:
-
Other changes:
-
Bugfix:
-
Translations:
-
Build:
-
Changes in RiotX 0.3.0 (2019-08-08)
===================================================

View file

@ -73,7 +73,7 @@ android {
// Note: versionCode is depending on the build variant
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
versionName "${versionMajor}.${versionMinor}.${versionPatch}-dev"
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\""