Skip to content

Commit 1198c70

Browse files
committed
optimize
1 parent e6f6a55 commit 1198c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenIM-SDK/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ dependencies {
5555
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
5656
implementation 'androidx.annotation:annotation:1.6.0'
5757

58-
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
59-
implementation 'com.google.code.gson:gson:2.9.1'
58+
compileOnly fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
59+
compileOnly 'com.google.code.gson:gson:2.9.1'
6060
}

0 commit comments

Comments
 (0)