Skip to content

Commit

Permalink
Merge pull request #277 from DennisBauer/create_new_release
Browse files Browse the repository at this point in the history
Create new release 0.11.0
  • Loading branch information
DennisBauer authored Jul 22, 2024
2 parents 4be52b1 + 3d0efa6 commit 92854d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 22
versionName = "0.10.0"
versionCode = 23
versionName = "0.11.0"
}
signingConfigs {
create("release") {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Changelog 0.11.0:
* Add support for predictive back action on Android
* Add icons to the settings tab for better readability
* Fix bug wrong date calculation
* Spanish translations added
* French translations updated
* German translations updated
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92854d1

Please sign in to comment.