Prepare release 0.3.0

This commit is contained in:
Benoit Marty 2019-08-08 16:44:53 +02:00
parent 37fde374b3
commit e216cd15a8
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Changes in RiotX 0.3.0 (2019-XX-XX) Changes in RiotX 0.3.0 (2019-08-08)
=================================================== ===================================================


Features: Features:
@ -25,9 +25,6 @@ Bugfix:
- Fix clear cache (#408) and Logout (#205) - Fix clear cache (#408) and Logout (#205)
- Fix `(edited)` link can be copied to clipboard (#402) - Fix `(edited)` link can be copied to clipboard (#402)


Translations:
-

Build: Build:
- Split APK: generate one APK per arch, to reduce APK size of about 30% - Split APK: generate one APK per arch, to reduce APK size of about 30%



View File

@ -73,7 +73,7 @@ android {


// Note: versionCode is depending on the build variant // Note: versionCode is depending on the build variant


versionName "${versionMajor}.${versionMinor}.${versionPatch}-dev" versionName "${versionMajor}.${versionMinor}.${versionPatch}"


buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\"" buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\"" resValue "string", "git_revision", "\"${gitRevision()}\""