From 47cc883f25ea441683bca257fefc60dfdc739772 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 20 Apr 2021 10:26:06 +0530 Subject: [PATCH] gradle: bump JB Compose Signed-off-by: Harsh Shandilya --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d0fdd587..cf7569fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ androidx_test = "1.4.0-alpha05" compose = "1.0.0-beta04" coroutines = "1.4.3" dagger_hilt = "2.34.1-beta" -jb_compose = "0.4.0-build183" +jb_compose = "0.4.0-build184" kotlin = "1.4.32" ksp = "1.4.32-1.0.0-alpha07" lifecycle = "2.4.0-alpha01" @@ -77,4 +77,4 @@ testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", [bundles] androidxLifecycle = ["androidx-lifecycle-runtimeKtx", "androidx-lifecycle-viewmodelKtx"] testDependencies = ["testing-junit", "testing-kotlintest-junit"] -androidTestDependencies = ["androidx-testing-rules", "androidx-testing-runner"] \ No newline at end of file +androidTestDependencies = ["androidx-testing-rules", "androidx-testing-runner"]