Skip to content

Commit

Permalink
[Gradle] App version increased
Browse files Browse the repository at this point in the history
- Everything ready for v4.0.5 (65)
- Changelog file updated
  • Loading branch information
AndreAle94 committed Jan 24, 2019
1 parent 4512eb0 commit b4df1c6
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -25,8 +25,8 @@ android {
applicationId "com.oriondev.moneywallet"
minSdkVersion 21
targetSdkVersion 27
versionCode 64
versionName "4.0.4.1"
versionCode 65
versionName "4.0.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
manifestPlaceholders = [
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@

<changelog>

<version versionName="4.0.5" versionDate="Jan 25, 2018">
<change>[b]New![/b] You can now sort the wallets.</change>
<change>[b]New![/b] You can now sort the categories.</change>
<change>[b]New![/b] You can now manage your own currencies.</change>
<change>Some bug fixed.</change>
</version>

<version versionName="4.0.4" versionDate="Dec 23, 2018">
<change>[b]New![/b] The application is now able to export to CSV, XLS and PDF files.</change>
<change>[b]New![/b] The application is now able to import from CSV files.</change>
<change>Fixed a lot of bugs.</change>
</version>

<version versionName="4.0.3" versionDate="Dec 11, 2018">
<change>[b]New![/b] The Application has been rewritten from scratch.</change>
<change>[b]New![/b] The application is now free.</change>
Expand Down

0 comments on commit b4df1c6

Please sign in to comment.