Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw authored Sep 13, 2024
1 parent 3d95d5c commit ad9814b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wear-os/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ android {
applicationId = "com.turtlepaw.fitness_challenges"
minSdk = 30
targetSdk = 33
versionCode = 13
versionName = "1.3"
versionCode = 1
versionName = "1.0-wear"
vectorDrawables {
useSupportLibrary = true
}
Expand Down Expand Up @@ -164,4 +164,4 @@ dependencies {
implementation(libs.lottie.compose)

//wearApp(project(":wear"))
}
}

0 comments on commit ad9814b

Please sign in to comment.