Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed Feb 12, 2023
1 parent 96e5654 commit b92df6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion delight-metastore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
// implementation(projects.synk)
implementation(projects.synk)
implementation(projects.concurrentMap)
implementation(libs.murmurhash)
implementation(libs.androidx.collections.kmp)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ java-build-version = "19"
java-bytecode-version = "11"
target-sdk = "32"
min-sdk = "24"
version-name = "0.30"
version-name = "0.31"

android-build-tools-plugin = "7.4.0-beta02"

Expand Down

0 comments on commit b92df6b

Please sign in to comment.