From f9ce8971976c087e7e5c86e6595ebb5fb602ea3d Mon Sep 17 00:00:00 2001 From: Ankit Grai Date: Sat, 19 Oct 2024 00:07:41 +0530 Subject: [PATCH] fixed the local dev problem with the injekt dependency (#482) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fe30452e..d4d3fc5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -159,7 +159,7 @@ dependencies { implementation 'ru.beryukhov:flowreactivenetwork:1.0.4' implementation 'ca.gosyer:voyager-navigator:1.0.0-rc07' implementation 'com.squareup.logcat:logcat:0.1' - implementation 'com.github.inorichi.injekt:injekt-core:65b0440' + implementation 'uy.kohesive.injekt:injekt-core:1.16.+' implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.12' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.12' implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps'