Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-WJ committed Oct 24, 2023
1 parent e6f6a55 commit 1198c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenIM-SDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
implementation 'androidx.annotation:annotation:1.6.0'

implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
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'
}

0 comments on commit 1198c70

Please sign in to comment.