Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Aug 26, 2024
1 parent a607036 commit 03c0515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wear/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "rocks.poopjournal.fucksgivenwatch"
minSdk = 30
targetSdk = 34
versionCode = 2
versionName = "1.0.1"
versionCode = 4
versionName = "1.0.4"
vectorDrawables {
useSupportLibrary = true
}
Expand Down Expand Up @@ -83,4 +83,4 @@ dependencies {
}
kapt{
correctErrorTypes = true
}
}

0 comments on commit 03c0515

Please sign in to comment.