11[versions ]
2+ accompanist = " 0.34.0"
23androidDesugarJdkLibs = " 2.1.2"
34androidGradlePlugin = " 8.6.0"
45androidxActivity = " 1.9.2"
@@ -39,7 +40,7 @@ publishPlugin = "1.2.2"
3940markdown = " 0.4.1"
4041leakcanary = " 2.14"
4142mockk = " 1.13.12"
42- slf4j = " 1.7.36 " # don't update
43+ slf4j = " 2.0.13 "
4344robolectric = " 4.13"
4445material3 = " 1.3.0"
4546material = " 1.7.0"
@@ -51,6 +52,7 @@ googleServicesPlugins = "4.4.2"
5152firebaseCrashlyticsPlugins = " 3.0.2"
5253
5354[libraries ]
55+ accompanist-permissions = { group = " com.google.accompanist" , name = " accompanist-permissions" , version.ref = " accompanist" }
5456android-desugarJdkLibs = { group = " com.android.tools" , name = " desugar_jdk_libs" , version.ref = " androidDesugarJdkLibs" }
5557androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " androidxActivity" }
5658androidx-annotation = { group = " androidx.annotation" , name = " annotation" , version.ref = " androidxAnnotation" }
@@ -123,6 +125,7 @@ kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-
123125lint-api = { group = " com.android.tools.lint" , name = " lint-api" , version.ref = " lint" }
124126markdown = { group = " com.github.jeziellago" , name = " compose-markdown" , version.ref = " markdown" }
125127leakcanary = { group = " com.squareup.leakcanary" , name = " leakcanary-android" , version.ref = " leakcanary" }
128+ test-slf4j = { group = " org.slf4j" , name = " slf4j-api" , version.ref = " slf4j" }
126129test-slf4j-simple = { group = " org.slf4j" , name = " slf4j-simple" , version.ref = " slf4j" }
127130test-mockk = { group = " io.mockk" , name = " mockk" , version.ref = " mockk" }
128131test-robolectric = { group = " org.robolectric" , name = " robolectric" , version.ref = " robolectric" }
0 commit comments