Skip to content

Commit

Permalink
Bump version(s), add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Middendorf committed Mar 10, 2019
1 parent 087dae4 commit 5da76f0
Show file tree
Hide file tree
Showing 3 changed files with 8 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 23
versionName "2.3"
versionCode 24
versionName "2.4"
}
splits {
abi {
Expand Down
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ["module:metro-react-native-babel-preset"]
}
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Stats now contain monthly sums
- Settings tab moved to header menu
- Fix CSV export bug on older Android versions

0 comments on commit 5da76f0

Please sign in to comment.