Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 12c08c9

Browse files
change implementation to api on android targets
1 parent 930f130 commit 12c08c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

target-android-kt/api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ android {
2020
}
2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
24-
implementation 'com.google.code.gson:gson:2.8.5'
25-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
23+
api 'com.squareup.okhttp3:okhttp:3.10.0'
24+
api 'com.google.code.gson:gson:2.8.5'
25+
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2626
}
2727
publishing {
2828
repositories {

target-android/api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222

2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
25-
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
26-
implementation 'com.anupcowkur:reservoir:3.1.0'
25+
api 'com.squareup.okhttp3:okhttp:3.10.0'
26+
api 'com.anupcowkur:reservoir:3.1.0'
2727
}
2828

2929
publishing {

0 commit comments

Comments
 (0)