Skip to content

Commit 70e5dc4

Browse files
Implementation to api
1 parent f163956 commit 70e5dc4

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 = "1.0.0"
44+
version = "2.0.0"
4545
}
4646
}
4747
}
@@ -58,17 +58,17 @@ dependencies {
5858
androidTestImplementation(libs.androidx.espresso.core)
5959

6060
// Dagger-Hilt
61-
implementation(libs.hilt.android)
61+
api(libs.hilt.android)
6262
ksp(libs.hilt.compiler)
6363

6464
//Retrofit
65-
implementation(libs.retrofit)
66-
implementation(libs.converter.gson)
67-
implementation(libs.okhttp)
68-
implementation(libs.logging.interceptor)
65+
api(libs.retrofit)
66+
api(libs.converter.gson)
67+
api(libs.okhttp)
68+
api(libs.logging.interceptor)
6969

7070
//Coroutines
71-
implementation(libs.coroutines)
71+
api(libs.coroutines)
7272

7373

7474
}

0 commit comments

Comments
 (0)