Skip to content

Commit 4953e65

Browse files
authored
Merge pull request #148 from getditto/zm/version-update
point to published version of ditto-tools-android artefact and update ditto to latest
2 parents 2f71b72 + d494d84 commit 4953e65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation libs.live.ditto.ditto
4545

4646
implementation platform(libs.androidx.compose.composeBom)
47-
implementation implementation(project(':DittoToolsAndroid',))
47+
implementation(libs.ditto.tools.android)
4848

4949

5050
testImplementation libs.junit.junit

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ androidx-navigation = "2.5.3"
1414
androidx-test-ext = "1.1.5"
1515
androidx-webkit = "1.7.0"
1616
datastorePreferences = "1.0.0"
17-
ditto = "4.8.2"
18-
live-ditto-tools = "3.0.1"
17+
ditto = "4.9.3"
18+
ditto-tools-android = "4.0.0"
1919

2020
junit = "4.13.2"
2121
kotlin-gradle-plugin = "1.8.10"
@@ -41,6 +41,7 @@ androidx-datastore-preferences = { module = "androidx.datastore:datastore-prefer
4141
androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose" }
4242
androidx-navigation-navigationCompose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidx-navigation" }
4343
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext" }
44+
ditto-tools-android = { module = "live.ditto:ditto-tools-android", version.ref = "ditto-tools-android" }
4445
live-ditto-ditto = { group = "live.ditto", name = "ditto", version.ref = "ditto" }
4546
junit-junit = { group = "junit", name = "junit", version.ref = "junit" }
4647
joda-time-joda-time = { group = "joda-time", name = "joda-time", version = "2.10.10" }

0 commit comments

Comments
 (0)