Skip to content

Commit

Permalink
Merge pull request #369 from DennisBauer/create_release
Browse files Browse the repository at this point in the history
Create new release 0.12.5
  • Loading branch information
DennisBauer authored Nov 8, 2024
2 parents cbfefe3 + 97e498c commit 0a5887a
Show file tree
Hide file tree
Showing 2 changed files with 23 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 = 28
versionName = "0.12.4"
versionCode = 29
versionName = "0.12.5"
}
signingConfigs {
create("release") {
Expand Down
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Changelog 0.12.5:
* Update exchange rates
* Prepare for F-Droid release

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 0a5887a

Please sign in to comment.