Skip to content

Commit

Permalink
Merge pull request #30 from DennisBauer/development
Browse files Browse the repository at this point in the history
Create new release 0.2.4
  • Loading branch information
DennisBauer authored Oct 7, 2023
2 parents 10e341b + 3e3c2b4 commit 218c87e
Showing 1 changed file with 2 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 @@ -14,8 +14,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = 24
targetSdk = 34
versionCode = 5
versionName = "0.2.3"
versionCode = 6
versionName = "0.2.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 218c87e

Please sign in to comment.