From a2000a485e84a462b7b9686565615bcfddc484ac Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 24 十一月 2022 14:25:55 +0800
Subject: [PATCH] 备份

---
 AndroidOpenDemo/DeviceAddModule/build.gradle |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/AndroidOpenDemo/DeviceAddModule/build.gradle b/AndroidOpenDemo/DeviceAddModule/build.gradle
index 7a10736..763e2c8 100644
--- a/AndroidOpenDemo/DeviceAddModule/build.gradle
+++ b/AndroidOpenDemo/DeviceAddModule/build.gradle
@@ -1,4 +1,4 @@
-apply plugin: 'com.android.library'
+apply plugin: 'com.android.application'
 repositories {
     flatDir {
         dirs 'libs'
@@ -50,11 +50,10 @@
 
 dependencies {
 //    api fileTree(include: ['*.jar'], dir: 'libs')
-
-
     api fileTree(include: ['imageload4dh.jar'], dir: 'libs')
 //    compileOnly fileTree(include: ['lechangeSDK.jar'], dir: 'libs')
     api fileTree(include: ['lechangeSDK.jar'], dir: 'libs')
+    implementation 'com.google.code.gson:gson:2.8.8'
 
 //    compile project(':LcOpenSDk')
 

--
Gitblit v1.8.0