File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ publishing {
4141 from(components[" release" ])
4242 groupId = " com.github.Vimalraj-Vijay"
4343 artifactId = " NetworkModule"
44- version = " 2 .0.0"
44+ version = " 1 .0.0"
4545 }
4646 }
4747 }
@@ -58,17 +58,17 @@ dependencies {
5858 androidTestImplementation(libs.androidx.espresso.core)
5959
6060 // Dagger-Hilt
61- api (libs.hilt.android)
61+ implementation (libs.hilt.android)
6262 ksp(libs.hilt.compiler)
6363
6464 // Retrofit
65- api (libs.retrofit)
66- api (libs.converter.gson)
67- api (libs.okhttp)
68- api (libs.logging.interceptor)
65+ implementation (libs.retrofit)
66+ implementation (libs.converter.gson)
67+ implementation (libs.okhttp)
68+ implementation (libs.logging.interceptor)
6969
7070 // Coroutines
71- api (libs.coroutines)
71+ implementation (libs.coroutines)
7272
7373
7474}
You can’t perform that action at this time.
0 commit comments