From 7f939786e6c32bcc293e47fbb88d5b2823b1f5c9 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 14 一月 2019 14:00:31 +0800
Subject: [PATCH] update 思璞安卓新SDK接入

---
 Project/sp_sdk/build.gradle |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Project/sp_sdk/build.gradle b/Project/sp_sdk/build.gradle
index 7ae190e..a95c09a 100644
--- a/Project/sp_sdk/build.gradle
+++ b/Project/sp_sdk/build.gradle
@@ -2,12 +2,12 @@
 
 android {
 
-    compileSdkVersion 22
+    compileSdkVersion 27
 
     defaultConfig {
         //applicationId "com.secondworld.univeralsdk"
         minSdkVersion 16
-        targetSdkVersion 22
+        targetSdkVersion 27
         versionCode 1
         versionName "1.1.0"
     }
@@ -30,6 +30,7 @@
             dimension "default"
             manifestPlaceholders.put("appId", "com.xjaz.sp")
             manifestPlaceholders.put("JpushAppKey", "22186239fee975f883198cf4")
+
         }
     }
 }
@@ -42,7 +43,6 @@
     implementation files('libs/jpush-android-3.1.3.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')
@@ -50,6 +50,7 @@
     implementation 'com.google.code.gson:gson:2.8.1'
     implementation 'org.greenrobot:greendao:3.2.2'
     implementation 'org.freemarker:freemarker-gae:2.3.23'
+    implementation files('libs/sp_common_lib.jar')
 }
 
 task autoCopy_spxjgame_Manifest(type: Copy) {

--
Gitblit v1.8.0