Skip to content

Commit f348b23

Browse files
Revert "Implementation to api"
This reverts commit 70e5dc4.
1 parent 70e5dc4 commit f348b23

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

network/build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)