We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f6a55 commit 1198c70Copy full SHA for 1198c70
OpenIM-SDK/build.gradle
@@ -55,6 +55,6 @@ dependencies {
55
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
56
implementation 'androidx.annotation:annotation:1.6.0'
57
58
- implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
59
- implementation 'com.google.code.gson:gson:2.9.1'
+ compileOnly fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
+ compileOnly 'com.google.code.gson:gson:2.9.1'
60
}
0 commit comments