From 20616d1f01f49812d72fabfa2a3fc16bbf825d7f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 03 四月 2024 12:26:27 +0800
Subject: [PATCH] 0312 港台国内quick 和 越南 sdk初始化通知在热更加载后
---
Project/sp_sdk/build.gradle | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Project/sp_sdk/build.gradle b/Project/sp_sdk/build.gradle
index 31bf96b..c00b707 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
+ minSdkVersion 18
+ targetSdkVersion 27
versionCode 1
versionName "1.1.0"
}
@@ -30,27 +30,27 @@
dimension "default"
manifestPlaceholders.put("appId", "com.xjaz.sp")
manifestPlaceholders.put("JpushAppKey", "22186239fee975f883198cf4")
+
}
}
}
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')
- implementation files('libs/org.apache.http.legacy.jar')
- implementation files('libs/sp_common_lib.jar')
- implementation files('libs/tbs_sdk_thirdapp.jar')
- implementation 'org.freemarker:freemarker-gae:2.3.23'
compileOnly files('libs/unity-classes.jar')
- implementation files('libs/greendao-3.2.2.jar')
+ implementation files('libs/org.apache.http.legacy.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'
+ implementation files('libs/sp_common_lib.jar')
}
task autoCopy_spxjgame_Manifest(type: Copy) {
--
Gitblit v1.8.0