Skip to content

Commit

Permalink
refactor version into versions catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTap committed Jan 10, 2023
1 parent b0f71e8 commit 6bff91b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion delight-metastore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("maven-publish")
}
group = "com.tap.synk"
version = "0.1"
version = libs.versions.version.name.get()

sqldelight {
database("DelightfulDatabase") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ application-namespace = "com.tap.contacts"
compile-sdk = "32"
target-sdk = "32"
min-sdk = "24"
version-name = "1.0.0"
version-name = "0.11"

android-build-tools-plugin = "7.2.0"

Expand Down
2 changes: 1 addition & 1 deletion runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.tap.synk"
version = "0.1"
version = libs.versions.version.name.get()

kotlin {

Expand Down

0 comments on commit 6bff91b

Please sign in to comment.