ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/build.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/libs/android-support-v4.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/libs/greendao-3.2.2.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/libs/gson-2.8.1.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/libs/okhttp_3.9.1.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/libs/okio-1.13.0.jar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Project/sp_sdk/proguard-rules.pro | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ChannelDiff/Android/spxjgame/libs/sp_sdk-game_spxjgame-release.aarBinary files differ
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) { Project/sp_sdk/libs/android-support-v4.jarBinary files differ
Project/sp_sdk/libs/greendao-3.2.2.jarBinary files differ
Project/sp_sdk/libs/gson-2.8.1.jarBinary files differ
Project/sp_sdk/libs/okhttp_3.9.1.jarBinary files differ
Project/sp_sdk/libs/okio-1.13.0.jarBinary files differ
Project/sp_sdk/proguard-rules.pro
@@ -21,6 +21,7 @@ #-renamesourcefileattribute SourceFile -dontoptimize -dontpreverify -keepattributes EnclosingMethod -dontwarn okio.** -keep class okio.** { *;}