Merge branch 'main' of github.com:ouchadam/helium

This commit is contained in:
Adam Brown 2022-04-25 13:07:48 +01:00
commit 53f3fc01de
2 changed files with 2 additions and 2 deletions

View File

@ -89,5 +89,5 @@ dependencies {
implementation Dependencies.mavenCentral.matrixOlm
implementation Dependencies.mavenCentral.kotlinSerializationJson
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}

View File

@ -3,5 +3,5 @@ applyAndroidLibraryModule(project)
dependencies {
implementation project(":core")
implementation("io.coil-kt:coil-compose:1.4.0")
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.6-alpha"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.7-alpha"
}