mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-17 20:50:48 +01:00
Merge branch 'main' of github.com:ouchadam/helium into feature/share-images-via-small-talk
This commit is contained in:
commit
f07e59c874
@ -132,7 +132,7 @@ ext.Dependencies.with {
|
|||||||
ktorContentNegotiation = "io.ktor:ktor-client-content-negotiation:${ktorVer}"
|
ktorContentNegotiation = "io.ktor:ktor-client-content-negotiation:${ktorVer}"
|
||||||
|
|
||||||
coil = "io.coil-kt:coil-compose:2.1.0"
|
coil = "io.coil-kt:coil-compose:2.1.0"
|
||||||
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.24.13-rc"
|
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.25.0"
|
||||||
|
|
||||||
junit = "junit:junit:4.13.2"
|
junit = "junit:junit:4.13.2"
|
||||||
kluent = "org.amshove.kluent:kluent:1.68"
|
kluent = "org.amshove.kluent:kluent:1.68"
|
||||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2
|
distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -9,7 +9,7 @@ test {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
kotlinTest(it)
|
kotlinTest(it)
|
||||||
testImplementation 'app.cash.turbine:turbine:0.8.0'
|
testImplementation 'app.cash.turbine:turbine:0.9.0'
|
||||||
|
|
||||||
testImplementation Dependencies.mavenCentral.kotlinSerializationJson
|
testImplementation Dependencies.mavenCentral.kotlinSerializationJson
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user