File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 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 = 56
20- versionName = " 0.19.4 "
19+ versionCode = 57
20+ versionName = " 0.19.5 "
2121
2222 buildFeatures {
2323 buildConfig = true
Original file line number Diff line number Diff line change 1+ Changelog 0.19.5:
2+ * Fix: Define minSdkVersion to prevent legacy permissions added to the manifest
3+ In the last update some legacy permissions were added to the app by accident which got removed again in this update.
4+ * (Lithuanian) translation updated
5+ * Update dependencies
6+
7+ Full Changelog: https://github.com/DennisBauer/RecurringExpenseTracker/releases/tag/v0.19.5
You can’t perform that action at this time.
0 commit comments