Skip to content

Commit

Permalink
Merge pull request #409 from DennisBauer/new_release
Browse files Browse the repository at this point in the history
Create new release 0.12.7
  • Loading branch information
DennisBauer authored Jan 21, 2025
2 parents b0fd06a + 76cafc3 commit 833675b
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 30
versionName = "0.12.6"
versionCode = 31
versionName = "0.12.7"
}
signingConfigs {
create("release") {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changelog 0.12.7:
* Update exchange rates
* Add Portuguese (Brazil) translation

0 comments on commit 833675b

Please sign in to comment.