diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e01a7d4..8acd01ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Change Log =============================================================================== +Version 2.0.5 *(2015-12-12)* +---------------------------- +* Fixed: Wrong decimal formatting in multi-currency transactions +* Improved: Reliability of exports + Version 2.0.4 *(2015-12-02)* ---------------------------- * Fixed: Transaction export time not always working reliably diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fb10c0231..2c70b48bf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,3 +29,4 @@ Matthew Hague Spanti Nicola Jesse Shieh Terry Chung +Caesar Wirth diff --git a/app/build.gradle b/app/build.gradle index 3280e903d..1a8df8fca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'io.fabric' def versionMajor = 2 def versionMinor = 0 -def versionPatch = 4 +def versionPatch = 5 def versionBuild = 0 def buildTime() { @@ -119,7 +119,7 @@ android { } - + compileOptions { //we want switch with strings during xml parsing encoding "UTF-8" sourceCompatibility JavaVersion.VERSION_1_7