From 1198c7018a9f0721c972bd706575bd974c1a9e16 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 24 Oct 2023 20:39:52 +0800 Subject: [PATCH] optimize --- OpenIM-SDK/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenIM-SDK/build.gradle b/OpenIM-SDK/build.gradle index 1213d4e..a85705a 100644 --- a/OpenIM-SDK/build.gradle +++ b/OpenIM-SDK/build.gradle @@ -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' }