Skip to content

Commit

Permalink
Merge pull request #290 from DennisBauer/create_new_release
Browse files Browse the repository at this point in the history
Create new release 0.12.0
  • Loading branch information
DennisBauer authored Jul 31, 2024
2 parents c67dc56 + 072d07f commit 858b735
Show file tree
Hide file tree
Showing 6 changed files with 4 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 = 23
versionName = "0.11.0"
versionCode = 24
versionName = "0.12.0"
}
signingConfigs {
create("release") {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Changelog 0.12.0:
* Define a currency per expense
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 858b735

Please sign in to comment.