File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ android {
104
104
applicationId = " de.dbauer.expensetracker"
105
105
minSdk = libs.versions.android.minSdk.get().toInt()
106
106
targetSdk = libs.versions.android.targetSdk.get().toInt()
107
- versionCode = 39
108
- versionName = " 0.17.0 "
107
+ versionCode = 40
108
+ versionName = " 0.17.1 "
109
109
}
110
110
signingConfigs {
111
111
create(" release" ) {
Original file line number Diff line number Diff line change
1
+ Changelog 0.17.1:
2
+ * Fix a bug where upcoming expenses were only listed once each month
3
+ * Added (Turkish) translation
4
+ * Update (Russian) translation
5
+ * Update exchange rates
6
+
7
+ Full Changelog: https://github.com/DennisBauer/RecurringExpenseTracker/releases/tag/v0.17.1
You can’t perform that action at this time.
0 commit comments