Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKwokX committed Aug 8, 2023
1 parent 653dcf4 commit e44fd9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {

// publish
mavenPublishing {
val isSNAPSHOT = true
val isSNAPSHOT = false
val version = "1.0.0"
val artifactId = "kdatastore"

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ kt-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.
kt-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.5.1" }
kt-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.7.1" }

shawxingkwok-kt-util = { group = "io.github.shawxingkwok", name = "kt-util", version = "1.0.0-SNAPSHOT"}
shawxingkwok-android-util-core = { group = "io.github.shawxingkwok", name = "android-util-core", version = "1.0.0-SNAPSHOT" }
shawxingkwok-android-util-view = { group = "io.github.shawxingkwok", name = "android-util-view", version = "1.0.0-SNAPSHOT"}
shawxingkwok-kt-util = { group = "io.github.shawxingkwok", name = "kt-util", version = "1.0.0"}
shawxingkwok-android-util-core = { group = "io.github.shawxingkwok", name = "android-util-core", version = "1.0.0" }
shawxingkwok-android-util-view = { group = "io.github.shawxingkwok", name = "android-util-view", version = "1.0.0"}

androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.10.1" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.6.1" }
Expand Down

0 comments on commit e44fd9a

Please sign in to comment.