Skip to content

Commit

Permalink
Bump version, add changelog for 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Middendorf committed Feb 23, 2019
1 parent 86c893f commit ab60383
Show file tree
Hide file tree
Showing 2 changed files with 6 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 21
versionName "2.1"
versionCode 22
versionName "2.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Share (export) CSV files
- Send to (import) CSV files
- History cosmetics improvements
- Stats period selectors not linked anymore

0 comments on commit ab60383

Please sign in to comment.