Skip to content

Commit

Permalink
Merge pull request #245 from DennisBauer/new-release
Browse files Browse the repository at this point in the history
Create new release 0.8.1
  • Loading branch information
DennisBauer authored Jul 9, 2024
2 parents ca0e1b6 + 2e8c056 commit 551a2ff
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -95,8 +95,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 19
versionName = "0.8.0"
versionCode = 20
versionName = "0.8.1"
}
signingConfigs {
create("release") {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Changelog 0.8.1:
* Fix color definition for light and dark theme

Changelog 0.8.0:
* Migrate the whole project to Kotlin Multiplatform. This allows the project to also run on desktops and iOS in the future. For the Android app everything should continue to work as is.
* Create separate screen for edit expense instead of the bottom sheet.

0 comments on commit 551a2ff

Please sign in to comment.