From 13e42c225bee24b61a9ca095f3539ff130f1b02c Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 01 十一月 2018 19:37:02 +0800
Subject: [PATCH] update

---
 ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aar |    0 
 /dev/null                                                          |    0 
 Project/sp_sdk/libs/android-support-v4.jar                         |    0 
 Project/sp_sdk/proguard-rules.pro                                  |    1 +
 Project/sp_sdk/build.gradle                                        |   13 ++++++-------
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aar b/ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aar
index 412ec57..764d044 100644
--- a/ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aar
+++ b/ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aar
Binary files differ
diff --git a/Project/sp_sdk/build.gradle b/Project/sp_sdk/build.gradle
index 31bf96b..7ae190e 100644
--- a/Project/sp_sdk/build.gradle
+++ b/Project/sp_sdk/build.gradle
@@ -36,21 +36,20 @@
 
 dependencies {
     implementation files('libs/android-support-v4.jar')
-    implementation files('libs/applog.jar')
     implementation files('libs/bugly_crash_release.jar')
     implementation files('libs/buglyagent.jar')
-    implementation files('libs/glidecompiler-4.6.1.jar')
-    implementation files('libs/gson-2.8.1.jar')
     implementation files('libs/jcore-android-1.2.1.jar')
     implementation files('libs/jpush-android-3.1.3.jar')
-    implementation files('libs/okhttp_3.9.1.jar')
-    implementation files('libs/okio-1.13.0.jar')
+    compileOnly files('libs/unity-classes.jar')
     implementation files('libs/org.apache.http.legacy.jar')
     implementation files('libs/sp_common_lib.jar')
     implementation files('libs/tbs_sdk_thirdapp.jar')
+    implementation files('libs/glidecompiler-4.6.1.jar')
+    implementation files('libs/applog.jar')
+    implementation 'com.squareup.okhttp3:okhttp:3.9.1'
+    implementation 'com.google.code.gson:gson:2.8.1'
+    implementation 'org.greenrobot:greendao:3.2.2'
     implementation 'org.freemarker:freemarker-gae:2.3.23'
-    compileOnly files('libs/unity-classes.jar')
-    implementation files('libs/greendao-3.2.2.jar')
 }
 
 task autoCopy_spxjgame_Manifest(type: Copy) {
diff --git a/Project/sp_sdk/libs/android-support-v4.jar b/Project/sp_sdk/libs/android-support-v4.jar
index 2ff47f4..4a92b49 100644
--- a/Project/sp_sdk/libs/android-support-v4.jar
+++ b/Project/sp_sdk/libs/android-support-v4.jar
Binary files differ
diff --git a/Project/sp_sdk/libs/greendao-3.2.2.jar b/Project/sp_sdk/libs/greendao-3.2.2.jar
deleted file mode 100644
index 7dc92ce..0000000
--- a/Project/sp_sdk/libs/greendao-3.2.2.jar
+++ /dev/null
Binary files differ
diff --git a/Project/sp_sdk/libs/gson-2.8.1.jar b/Project/sp_sdk/libs/gson-2.8.1.jar
deleted file mode 100644
index 5222355..0000000
--- a/Project/sp_sdk/libs/gson-2.8.1.jar
+++ /dev/null
Binary files differ
diff --git a/Project/sp_sdk/libs/okhttp_3.9.1.jar b/Project/sp_sdk/libs/okhttp_3.9.1.jar
deleted file mode 100644
index 7166f02..0000000
--- a/Project/sp_sdk/libs/okhttp_3.9.1.jar
+++ /dev/null
Binary files differ
diff --git a/Project/sp_sdk/libs/okio-1.13.0.jar b/Project/sp_sdk/libs/okio-1.13.0.jar
deleted file mode 100644
index 02c302f..0000000
--- a/Project/sp_sdk/libs/okio-1.13.0.jar
+++ /dev/null
Binary files differ
diff --git a/Project/sp_sdk/proguard-rules.pro b/Project/sp_sdk/proguard-rules.pro
index 11cf76a..97ee348 100644
--- a/Project/sp_sdk/proguard-rules.pro
+++ b/Project/sp_sdk/proguard-rules.pro
@@ -21,6 +21,7 @@
 #-renamesourcefileattribute SourceFile
 -dontoptimize
 -dontpreverify
+-keepattributes EnclosingMethod
 
 -dontwarn okio.**
 -keep class okio.** { *;}

--
Gitblit v1.8.0