We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58fc65 + 86d403b commit e3d46c1Copy full SHA for e3d46c1
app/build.gradle.kts
@@ -97,8 +97,8 @@ android {
97
applicationId = "de.dbauer.expensetracker"
98
minSdk = libs.versions.android.minSdk.get().toInt()
99
targetSdk = libs.versions.android.targetSdk.get().toInt()
100
- versionCode = 33
101
- versionName = "0.13.0"
+ versionCode = 34
+ versionName = "0.13.1"
102
}
103
signingConfigs {
104
create("release") {
fastlane/metadata/android/en-US/changelogs/34.txt
@@ -0,0 +1,9 @@
1
+Changelog 0.13.1:
2
+* Updated translations
3
+
4
+Changelog 0.13.0:
5
+* Added notification support
6
+ Now you can get reminded about upcoming payments
7
+* Update exchange rates
8
+* Updated Indonesian translation
9
+* Increase minimum supported Android version to 8.0
0 commit comments