Skip to content

Commit

Permalink
chore: v1.0.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Oct 23, 2024
1 parent 20b0422 commit 6f48d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ applicationId = "com.happy.friendogly"
compileSdk = "34"
minSdk = "26"
targetSdk = "34"
versionCode = "13"
versionName = "0.4.1"
versionCode = "14"
versionName = "1.0.0"

agp = "8.3.0"
kotlin = "1.9.21"
Expand Down Expand Up @@ -179,4 +179,4 @@ kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", vers
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
android-junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "android-junit5" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }

0 comments on commit 6f48d00

Please sign in to comment.