File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ androidx-navigation = "2.5.3"
1414androidx-test-ext = " 1.1.5"
1515androidx-webkit = " 1.7.0"
1616datastorePreferences = " 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
2020junit = " 4.13.2"
2121kotlin-gradle-plugin = " 1.8.10"
@@ -41,6 +41,7 @@ androidx-datastore-preferences = { module = "androidx.datastore:datastore-prefer
4141androidx-lifecycle-runtime-compose = { group = " androidx.lifecycle" , name = " lifecycle-runtime-compose" }
4242androidx-navigation-navigationCompose = { group = " androidx.navigation" , name = " navigation-compose" , version.ref = " androidx-navigation" }
4343androidx-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" }
4445live-ditto-ditto = { group = " live.ditto" , name = " ditto" , version.ref = " ditto" }
4546junit-junit = { group = " junit" , name = " junit" , version.ref = " junit" }
4647joda-time-joda-time = { group = " joda-time" , name = " joda-time" , version = " 2.10.10" }
You can’t perform that action at this time.
0 commit comments