Skip to content

Commit

Permalink
Bump version to 2.5, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Middendorf committed Mar 15, 2019
1 parent f126012 commit e5526e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ android {
applicationId "de.php_tech.piggybudget"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 24
versionName "2.4"
versionCode 25
versionName "2.5"
}
splits {
abi {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Cleanup for cluttered monthly expense table
- Add numbers in pie chart
- Remove spurious scrolling down in stats view

0 comments on commit e5526e9

Please sign in to comment.