Skip to content

Commit e5526e9

Browse files
author
Philipp Middendorf
committed
Bump version to 2.5, add changelog
1 parent f126012 commit e5526e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ android {
102102
applicationId "de.php_tech.piggybudget"
103103
minSdkVersion rootProject.ext.minSdkVersion
104104
targetSdkVersion rootProject.ext.targetSdkVersion
105-
versionCode 24
106-
versionName "2.4"
105+
versionCode 25
106+
versionName "2.5"
107107
}
108108
splits {
109109
abi {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Cleanup for cluttered monthly expense table
2+
- Add numbers in pie chart
3+
- Remove spurious scrolling down in stats view

0 commit comments

Comments
 (0)