Skip to content

Commit c3071c2

Browse files
committed
hardcoded deps for renovate testing
1 parent f809def commit c3071c2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ dependencies {
5454
implementation(project(DeveloperTools))
5555
}
5656

57-
with(Dependencies.Koin) {
58-
implementation(Compose)
59-
}
57+
implementation("io.insert-koin:koin-androidx-compose:3.2.1")
6058

6159
with(Dependencies.Compose) {
6260
implementation(ComposeDestinations)
6361
}
64-
implementation(Dependencies.AndroidX.SplashScreen)
62+
implementation("androidx.core:core-splashscreen:1.0.0-beta02")
6563
implementation(Dependencies.ProfilerInstaller)
6664
}

0 commit comments

Comments
 (0)