Skip to content

Commit

Permalink
Merge pull request #395 from DennisBauer/create_release
Browse files Browse the repository at this point in the history
Create new release 0.12.6
  • Loading branch information
DennisBauer authored Dec 22, 2024
2 parents ee0f0e2 + 4f778ac commit a8dbc2f
Show file tree
Hide file tree
Showing 2 changed files with 28 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 @@ -96,8 +96,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 29
versionName = "0.12.5"
versionCode = 30
versionName = "0.12.6"
}
signingConfigs {
create("release") {
Expand Down
26 changes: 26 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Changelog 0.12.6:
* Update exchange rates
* Added Russian translations
* Update to Android 15 (sdk version 35)

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 a8dbc2f

Please sign in to comment.