Skip to content

Commit

Permalink
Merge pull request #357 from DennisBauer/create_release
Browse files Browse the repository at this point in the history
Create new release 0.12.4
  • Loading branch information
DennisBauer authored Oct 21, 2024
2 parents 7a40e43 + 32a7437 commit 11cb5ac
Show file tree
Hide file tree
Showing 2 changed files with 19 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 @@ -93,8 +93,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 27
versionName = "0.12.3"
versionCode = 28
versionName = "0.12.4"
}
signingConfigs {
create("release") {
Expand Down
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Changelog 0.12.4:
* Added (Chinese (Traditional Han script)) translation

Changelog 0.12.3:
* Move default currency description to info button
* Update exchange rates

Changelog 0.12.2:
* Fix wrong currency on upcoming tab
* Make release tags builds are reproducible again

Changelog 0.12.1:
* Update Spanish translations
* Update Hindi translations

Changelog 0.12.0:
* Define a currency per expense

0 comments on commit 11cb5ac

Please sign in to comment.