Skip to content

Commit 1dc54a7

Browse files
committed
include gson converter with api declaration to be included in the build
1 parent b59e145 commit 1dc54a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter-core/internal-build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858

5959
dependencies {
6060
api "com.squareup.retrofit2:retrofit:2.5.0"
61-
implementation "com.squareup.retrofit2:converter-gson:2.5.0"
61+
api "com.squareup.retrofit2:converter-gson:2.5.0"
6262
api 'com.google.code.gson:gson:2.8.5'
6363
api 'com.squareup.okhttp3:okhttp:3.12.1'
6464
}

0 commit comments

Comments
 (0)