refactor: start consuming whetstone through Sonatype snapshots repository

It was much easier to set up automatic publishing than to constantly debug weird build errors from included builds
This commit is contained in:
Harsh Shandilya 2022-11-29 03:29:06 +05:30
parent 2a65dc4a9e
commit 5a4643dc57
No known key found for this signature in database
2 changed files with 10 additions and 29 deletions

View file

@ -15,7 +15,7 @@ retrofit = "2.9.0"
richtext = "0.15.0"
serialization = "1.4.1"
sqldelight = "2.0.0-alpha04"
whetstone = "0.3.0"
whetstone = "0.5.0-SNAPSHOT"
workmanager = "2.8.0-beta02"
[libraries]
@ -87,4 +87,4 @@ whetstone = { module = "com.deliveryhero.whetstone:whetstone", version.ref = "wh
android-test = { id = "com.android.test", version.ref = "agp" }
anvil = "com.squareup.anvil:2.4.2"
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
whetstone = { id = "com.deliveryhero.whetstone", version.ref = "whetstone" }
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }