File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 applicationId = " de.dbauer.expensetracker"
1717 minSdk = libs.versions.android.minSdk.get().toInt()
1818 targetSdk = libs.versions.android.targetSdk.get().toInt()
19- versionCode = 57
20- versionName = " 0.19.5 "
19+ versionCode = 58
20+ versionName = " 0.19.6 "
2121
2222 buildFeatures {
2323 buildConfig = true
Original file line number Diff line number Diff line change 1+ Changelog 0.19.6:
2+ * Fix: string character escapes in some languages
3+ * Fix: Add proper predictive back support for edit expense
4+ * (Russian) translation updated
5+ * (French) translation updated
6+ * (Croatian) translation added
7+ * Update exchange rates and licenses
8+ * Update dependencies
9+
10+ Full Changelog: https://github.com/DennisBauer/RecurringExpenseTracker/releases/tag/v0.19.6
You can’t perform that action at this time.
0 commit comments