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 @@ -116,8 +116,8 @@ android {
116116 applicationId = " de.dbauer.expensetracker"
117117 minSdk = libs.versions.android.minSdk.get().toInt()
118118 targetSdk = libs.versions.android.targetSdk.get().toInt()
119- versionCode = 54
120- versionName = " 0.19.2 "
119+ versionCode = 55
120+ versionName = " 0.19.3 "
121121 }
122122 signingConfigs {
123123 create(" release" ) {
Original file line number Diff line number Diff line change 1+ Changelog 0.19.3:
2+ * (Lithuanian) translation updated
3+ * (Chinese (Simplified Han script)) translation updated
4+ * Update exchange rates
5+ * Update dependencies
6+
7+ Full Changelog: https://github.com/DennisBauer/RecurringExpenseTracker/releases/tag/v0.19.3
You can’t perform that action at this time.
0 commit comments