From 5a8b93b52bb1e1149e765cf07b45f6cb1109ba06 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 05 九月 2019 15:13:53 +0800
Subject: [PATCH] 0312 恺英SDK
---
ChannelDiff/Android/kygame/libs/x86/libttEncrypt.so | 0
Project/ky_sdk/libs/ky_sdk_common.jar | 0
ChannelDiff/Android/kygame/libs/armeabi-v7a/libttEncrypt.so | 0
ChannelDiff/Android/kygame/libs/armeabi/libttEncrypt.so | 0
ChannelDiff/Android/kygame/libs/x86/libplugin_phone.so | 0
Project/ky_sdk/libs/base_mg.jar | 0
Project/ky_sdk/build.gradle | 10
Project/ky_sdk/src/main/res/xml/file_paths.xml | 5
ChannelDiff/Android/kygame/libs/armeabi/libplugin_phone.so | 0
ChannelDiff/Android/kygame/AndroidManifest.xml | 400 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ChannelDiff/Android/kygame/libs/armeabi-v7a/libplugin_phone.so | 0
ChannelDiff/Android/kygame/libs/ky_sdk-game_ky-release.aar | 0
Project/ky_sdk/proguard-rules.pro | 3
Project/ky_sdk/libs/pay_mg.jar | 0
14 files changed, 411 insertions(+), 7 deletions(-)
diff --git a/ChannelDiff/Android/kygame/AndroidManifest.xml b/ChannelDiff/Android/kygame/AndroidManifest.xml
new file mode 100644
index 0000000..c629c43
--- /dev/null
+++ b/ChannelDiff/Android/kygame/AndroidManifest.xml
@@ -0,0 +1,400 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.secondworld.univeralsdk"
+ android:installLocation="auto"
+ android:versionCode="1"
+ android:versionName="1.1.0" >
+
+ <uses-sdk
+ android:minSdkVersion="16"
+ android:targetSdkVersion="22" />
+
+ <uses-permission android:name="android.permission.READ_PHONE_STATE" />
+ <uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+ <uses-permission android:name="android.permission.GET_TASKS" />
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
+ <uses-permission android:name="ANDROID.PERMISSION.READ_EXTERNAL_STORAGE" />
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
+ <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
+ <uses-permission android:name="android.permission.NFC" />
+
+ <!-- 鎺ユ敹鐭俊楠岃瘉鐮� -->
+ <uses-permission android:name="android.permission.RECEIVE_SMS" />
+
+ <supports-screens
+ android:anyDensity="true"
+ android:largeScreens="true"
+ android:normalScreens="true"
+ android:resizeable="true"
+ android:smallScreens="true" />
+
+ <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
+ <uses-permission android:name="android.permission.RECORD_AUDIO" />
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
+ <uses-permission android:name="android.permission.WAKE_LOCK" />
+ <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+ <uses-permission android:name="android.permission.VIBRATE" />
+ <uses-permission android:name="android.permission.WRITE_SETTINGS" />
+ <uses-permission android:name="android.permission.READ_LOGS" />
+ <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
+ <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
+ <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
+
+ <permission
+ android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
+ android:protectionLevel="signature" /> <!-- Required -->
+ <permission android:name="com.mhtj.mg.permission.JPUSH_MESSAGE" />
+
+ <uses-permission android:name="com.mhtj.mg.permission.JPUSH_MESSAGE" />
+
+ <application
+ android:allowBackup="true"
+ android:hardwareAccelerated="false"
+ android:icon="@drawable/app_icon"
+ android:isGame="true"
+ android:label="@string/app_name"
+ android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" >
+ <meta-data
+ android:name="qd_code"
+ android:value="32016" />
+ <meta-data
+ android:name="XOPENSDK_APPKEY"
+ android:value="323" />
+
+ <activity
+ android:name="com.secondworld.univeralsdk.MainActivity"
+ android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
+ android:label="@string/app_name"
+ android:launchMode="singleTask"
+ android:screenOrientation="sensorLandscape" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+
+ <category android:name="android.intent.category.LAUNCHER" />
+ <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
+ </intent-filter>
+
+ <meta-data
+ android:name="unityplayer.UnityActivity"
+ android:value="true" />
+ <meta-data
+ android:name="unityplayer.SkipPermissionsDialog"
+ android:value="true" />
+ <meta-data
+ android:name="android.vendor.home_indicator"
+ android:value="hide" />
+ <meta-data
+ android:name="android.max_aspect"
+ android:value="1075419520.000000" />
+ <meta-data
+ android:name="com.samsung.android.keepalive.density"
+ android:value="true" />
+ </activity>
+
+ <!-- 閽堝7.0浠ヤ笂鐨刟pi寮�鏀剧殑鏂囦欢鏉冮檺 -->
+ <provider
+ android:name="android.support.v4.content.FileProvider"
+ android:authorities="com.mhtj.mg.fileProvider"
+ android:exported="false"
+ android:grantUriPermissions="true" >
+ <meta-data
+ android:name="android.support.FILE_PROVIDER_PATHS"
+ android:resource="@xml/file_paths" />
+ </provider>
+
+ <meta-data
+ android:name="TrackAppID"
+ android:value="34984be594b93353e6fd41d0b4f3b78" />
+ <meta-data
+ android:name="TrackChannelID"
+ android:value="_default_" />
+
+ <!-- 浠婃棩澶存潯鐩稿叧閰嶇疆 -->
+ <meta-data
+ android:name="TouTiao_AppName"
+ android:value="mhtj_ne" />
+ <meta-data
+ android:name="TouTiao_AppID"
+ android:value="16232" />
+ <meta-data
+ android:name="TouTiao_Chanel"
+ android:value="_default_" />
+
+ <!-- MG SDK 閰嶇疆 start -->
+ <activity
+ android:name="com.mgbase.ui.LoginActivity"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.LogoutActivity"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.UserCenterActivity"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" >
+ </activity>
+ <activity
+ android:name="com.mgbase.dialog.SelectAutonymDialog"
+ android:screenOrientation="landscape"
+ android:theme="@style/DialogActivityTheme"
+ android:windowSoftInputMode="adjustPan|stateHidden" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.HelpActivity"
+ android:screenOrientation="portrait"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.ProtocolActivity"
+ android:screenOrientation="portrait"
+ android:theme="@style/dialog_activity" >
+ </activity>
+ <activity
+ android:name="com.mgpay.ui.PayCenterActivity"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:launchMode="singleTask"
+ android:screenOrientation="behind"
+ android:theme="@style/DialogActivity" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.AccountDetailActivity"
+ android:label="@string/app_name"
+ android:screenOrientation="portrait"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.ModifyPwdActivity"
+ android:label="@string/app_name"
+ android:screenOrientation="portrait"
+ android:theme="@style/dialog_activity" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.AccountSecurityActivity"
+ android:label="@string/app_name"
+ android:screenOrientation="portrait"
+ android:theme="@style/dialog_activity" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.BindPhoneActivity"
+ android:label="@string/app_name"
+ android:screenOrientation="portrait"
+ android:theme="@style/dialog_activity" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.RealNameActivity"
+ android:label="@string/app_name"
+ android:screenOrientation="portrait"
+ android:theme="@style/dialog_activity" >
+ </activity>
+ <activity
+ android:name="com.mgbase.ui.FloatWebActivity"
+ android:label="@string/app_name"
+ android:screenOrientation="portrait"
+ android:theme="@style/dialog_activity" >
+ </activity>
+
+ <!-- <activity -->
+ <!-- android:name="com.mokredit.payment.MktPayment" -->
+ <!-- android:configChanges="orientation|keyboardHidden|screenLayout|screenSize" -->
+ <!-- android:excludeFromRecents="true" -->
+ <!-- android:label="@string/app_name"> -->
+ <!-- </activity> -->
+
+ <activity
+ android:name="com.switfpass.pay.activity.QQWapPayWebView"
+ android:configChanges="orientation|keyboardHidden|navigation"
+ android:exported="false"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+
+ <!-- 姹囦粯瀹� SDK 闇�娣诲姞 -->
+ <activity
+ android:name="com.heepay.plugin.activity.HyNotityActivity"
+ android:configChanges="orientation|keyboardHidden|screenSize"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+ <activity
+ android:name="com.alipay.sdk.app.H5PayActivity"
+ android:configChanges="orientation|keyboardHidden|navigation|screenSize"
+ android:exported="false"
+ android:screenOrientation="behind"
+ android:theme="@style/AppBaseTheme"
+ android:windowSoftInputMode="adjustResize|stateHidden" />
+ <!-- 鏀粯瀹濆師鐢� SDK 闇�娣诲姞 -->
+ <activity
+ android:name="com.alipay.sdk.auth.AuthActivity"
+ android:configChanges="orientation|keyboardHidden|navigation"
+ android:exported="false"
+ android:screenOrientation="behind" />
+ <!-- 鐜板湪鏀粯 -->
+ <activity
+ android:name="com.ipaynow.plugin.presenter.PayMethodActivity"
+ android:configChanges="orientation|keyboardHidden|navigation|screenSize"
+ android:exported="false"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Dialog" >
+ </activity>
+
+ <!-- 寰俊WAP鐗堟敮浠� android:windowSoftInputMode="stateHidden" -->
+ <activity
+ android:name="com.ipaynow.plugin.inner_plugin.wechatwp.activity.WeChatNotifyActivity"
+ android:configChanges="keyboardHidden|navigation|orientation|screenSize"
+ android:exported="false"
+ android:launchMode="singleTop"
+ android:screenOrientation="behind"
+ android:theme="@android:style/Theme.Dialog" />
+
+ <service android:name="com.mgbase.service.FloatWindowService" />
+ <!-- MG SDK 閰嶇疆 end -->
+
+ <meta-data
+ android:name="android.max_aspect"
+ android:value="1075838976.000000" />
+ <meta-data
+ android:name="com.samsung.android.keepalive.density"
+ android:value="true" /> <!-- <meta-data -->
+ <!-- android:name="android.notch_support" -->
+ <!-- android:value="true" /> -->
+ <meta-data
+ android:name="notch.config"
+ android:value="none" />
+ <meta-data
+ android:name="android.vendor.full_screen"
+ android:value="true" /> <!-- 閽堝7.0浠ヤ笂鐨刟pi寮�鏀剧殑鏂囦欢鏉冮檺 -->
+ <!-- <provider -->
+ <!-- android:name="android.support.v4.content.FileProvider" -->
+ <!-- android:authorities="${appId}.fileProvider" -->
+ <!-- android:grantUriPermissions="true" -->
+ <!-- android:exported="false"> -->
+ <!-- <meta-data -->
+ <!-- android:name="android.support.FILE_PROVIDER_PATHS" -->
+ <!-- android:resource="@xml/file_paths" /> -->
+ <!-- </provider> -->
+ <!-- Required SDK 鏍稿績鍔熻兘 -->
+ <!-- 鍙厤缃產ndroid:process鍙傛暟灏哖ushService鏀惧湪鍏朵粬杩涚▼涓� -->
+ <service
+ android:name="cn.jpush.android.service.PushService"
+ android:exported="false"
+ android:process=":mult" >
+ <intent-filter>
+ <action android:name="cn.jpush.android.intent.REGISTER" />
+ <action android:name="cn.jpush.android.intent.REPORT" />
+ <action android:name="cn.jpush.android.intent.PushService" />
+ <action android:name="cn.jpush.android.intent.PUSH_TIME" />
+ </intent-filter>
+ </service> <!-- since 3.0.9 Required SDK 鏍稿績鍔熻兘 -->
+ <provider
+ android:name="cn.jpush.android.service.DataProvider"
+ android:authorities="com.mhtj.mg.DataProvider"
+ android:exported="true" /> <!-- since 1.8.0 option 鍙�夐」銆傜敤浜庡悓涓�璁惧涓笉鍚屽簲鐢ㄧ殑JPush鏈嶅姟鐩镐簰鎷夎捣鐨勫姛鑳姐�� -->
+ <!-- 鑻ヤ笉鍚敤璇ュ姛鑳藉彲鍒犻櫎璇ョ粍浠讹紝灏嗕笉鎷夎捣鍏朵粬搴旂敤涔熶笉鑳借鍏朵粬搴旂敤鎷夎捣 -->
+ <service
+ android:name="cn.jpush.android.service.DaemonService"
+ android:enabled="true"
+ android:exported="true" >
+ <intent-filter>
+ <action android:name="cn.jpush.android.intent.DaemonService" />
+
+ <category android:name="com.mhtj.mg" />
+ </intent-filter>
+ </service> <!-- since 3.1.0 Required SDK 鏍稿績鍔熻兘 -->
+ <provider
+ android:name="cn.jpush.android.service.DownloadProvider"
+ android:authorities="com.mhtj.mg.DownloadProvider"
+ android:exported="true" /> <!-- Required SDK鏍稿績鍔熻兘 -->
+ <receiver
+ android:name="cn.jpush.android.service.PushReceiver"
+ android:enabled="true" >
+ <intent-filter android:priority="1000" >
+ <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
+
+ <category android:name="com.mhtj.mg" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.USER_PRESENT" />
+ <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
+ </intent-filter>
+ <!-- Optional -->
+ <intent-filter>
+ <action android:name="android.intent.action.PACKAGE_ADDED" />
+ <action android:name="android.intent.action.PACKAGE_REMOVED" />
+
+ <data android:scheme="package" />
+ </intent-filter>
+ </receiver> <!-- Required SDK鏍稿績鍔熻兘 -->
+ <activity
+ android:name="cn.jpush.android.ui.PushActivity"
+ android:configChanges="orientation|keyboardHidden"
+ android:exported="false"
+ android:theme="@android:style/Theme.NoTitleBar" >
+ <intent-filter>
+ <action android:name="cn.jpush.android.ui.PushActivity" />
+
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="com.mhtj.mg" />
+ </intent-filter>
+ </activity> <!-- SDK鏍稿績鍔熻兘 -->
+ <activity
+ android:name="cn.jpush.android.ui.PopWinActivity"
+ android:configChanges="orientation|keyboardHidden"
+ android:exported="false"
+ android:theme="@style/MyDialogStyle" >
+ <intent-filter>
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="com.mhtj.mg" />
+ </intent-filter>
+ </activity> <!-- Required SDK鏍稿績鍔熻兘 -->
+ <service
+ android:name="cn.jpush.android.service.DownloadService"
+ android:enabled="true"
+ android:exported="false" /> <!-- Required SDK鏍稿績鍔熻兘 -->
+ <receiver android:name="cn.jpush.android.service.AlarmReceiver" /> <!-- Required since 3.0.7 -->
+ <!-- 鏂扮殑tag/alias鎺ュ彛缁撴灉杩斿洖闇�瑕佸紑鍙戣�呴厤缃竴涓嚜瀹氱殑骞挎挱 -->
+ <!-- 璇ュ箍鎾渶瑕佺户鎵縅Push鎻愪緵鐨凧PushMessageReceiver绫�, 骞跺涓嬫柊澧炰竴涓� Intent-Filter -->
+ <!-- <receiver -->
+ <!-- android:name="鑷畾涔� Receiver" -->
+ <!-- android:enabled="true" > -->
+ <!-- <intent-filter> -->
+ <!-- <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" /> -->
+ <!-- <category android:name="鎮ㄥ簲鐢ㄧ殑鍖呭悕" /> -->
+ <!-- </intent-filter> -->
+ <!-- </receiver> -->
+ <!-- <!– User defined. 鐢ㄦ埛鑷畾涔夌殑骞挎挱鎺ユ敹鍣�–> -->
+ <receiver
+ android:name="com.secondworld.univeralsdk.JPushReceiver"
+ android:enabled="true" >
+ <intent-filter>
+
+ <!-- Required 鐢ㄦ埛娉ㄥ唽SDK鐨刬ntent -->
+ <action android:name="cn.jpush.android.intent.REGISTRATION" />
+ <!-- Required 鐢ㄦ埛鎺ユ敹SDK娑堟伅鐨刬ntent -->
+ <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" />
+ <!-- Required 鐢ㄦ埛鎺ユ敹SDK閫氱煡鏍忎俊鎭殑intent -->
+ <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" />
+ <!-- 鎺ユ敹缃戠粶鍙樺寲 杩炴帴/鏂紑 since 1.6.3 -->
+ <action android:name="cn.jpush.android.intent.CONNECTION" />
+
+ <category android:name="com.mhtj.mg" />
+ </intent-filter>
+ </receiver> <!-- Required. For publish channel feature -->
+ <!-- JPUSH_CHANNEL 鏄负浜嗘柟渚垮紑鍙戣�呯粺璁PK鍒嗗彂娓犻亾銆� -->
+ <!-- 渚嬪: -->
+ <!-- 鍙戝埌 Google Play 鐨凙PK鍙互璁剧疆涓� google-play; -->
+ <!-- 鍙戝埌鍏朵粬甯傚満鐨� APK 鍙互璁剧疆涓� xxx-market銆� -->
+ <meta-data
+ android:name="JPUSH_CHANNEL"
+ android:value="developer-default" /> <!-- Required. AppKey copied from Portal -->
+ <meta-data
+ android:name="JPUSH_APPKEY"
+ android:value="fde69694a5e00c2813740da3" />
+ </application>
+
+</manifest>
\ No newline at end of file
diff --git a/ChannelDiff/Android/kygame/libs/armeabi-v7a/libplugin_phone.so b/ChannelDiff/Android/kygame/libs/armeabi-v7a/libplugin_phone.so
new file mode 100644
index 0000000..ac4276c
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/armeabi-v7a/libplugin_phone.so
Binary files differ
diff --git a/ChannelDiff/Android/kygame/libs/armeabi-v7a/libttEncrypt.so b/ChannelDiff/Android/kygame/libs/armeabi-v7a/libttEncrypt.so
new file mode 100644
index 0000000..d6983f5
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/armeabi-v7a/libttEncrypt.so
Binary files differ
diff --git a/ChannelDiff/Android/kygame/libs/armeabi/libplugin_phone.so b/ChannelDiff/Android/kygame/libs/armeabi/libplugin_phone.so
new file mode 100644
index 0000000..40289b6
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/armeabi/libplugin_phone.so
Binary files differ
diff --git a/ChannelDiff/Android/kygame/libs/armeabi/libttEncrypt.so b/ChannelDiff/Android/kygame/libs/armeabi/libttEncrypt.so
new file mode 100644
index 0000000..184fd77
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/armeabi/libttEncrypt.so
Binary files differ
diff --git a/ChannelDiff/Android/kygame/libs/ky_sdk-game_ky-release.aar b/ChannelDiff/Android/kygame/libs/ky_sdk-game_ky-release.aar
new file mode 100644
index 0000000..42eda10
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/ky_sdk-game_ky-release.aar
Binary files differ
diff --git a/ChannelDiff/Android/kygame/libs/x86/libplugin_phone.so b/ChannelDiff/Android/kygame/libs/x86/libplugin_phone.so
new file mode 100644
index 0000000..c927c6e
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/x86/libplugin_phone.so
Binary files differ
diff --git a/ChannelDiff/Android/kygame/libs/x86/libttEncrypt.so b/ChannelDiff/Android/kygame/libs/x86/libttEncrypt.so
new file mode 100644
index 0000000..baa47f0
--- /dev/null
+++ b/ChannelDiff/Android/kygame/libs/x86/libttEncrypt.so
Binary files differ
diff --git a/Project/ky_sdk/build.gradle b/Project/ky_sdk/build.gradle
index efb19ae..efd79a6 100644
--- a/Project/ky_sdk/build.gradle
+++ b/Project/ky_sdk/build.gradle
@@ -33,11 +33,11 @@
// manifestPlaceholders.put("TT_AppName", "menghuantianjiao") // 1.6
// manifestPlaceholders.put("TT_AppID", "155534") // 1.6
// --------------------------------------------------------------
- manifestPlaceholders.put("JpushAppKey", "75cabb6bec28ffc681878516") // 2.0
- manifestPlaceholders.put("appId", "com.yiru.menhtj") //2.0
- manifestPlaceholders.put("TrackAppID", "34984be594b93353e6fd41d0b4f3b78d") // 2.0
- manifestPlaceholders.put("TT_AppName", "mhtj_new") // 2.0
- manifestPlaceholders.put("TT_AppID", "162325") // 2.0
+ manifestPlaceholders.put("JpushAppKey", "fde69694a5e00c2813740da3") // 2.0
+ manifestPlaceholders.put("appId", "com.mhtj.mg") //2.0
+ manifestPlaceholders.put("TrackAppID", "34984be594b93353e6fd41d0b4f3b78") // 2.0
+ manifestPlaceholders.put("TT_AppName", "mhtj_ne") // 2.0
+ manifestPlaceholders.put("TT_AppID", "16232") // 2.0
// --------------------------------------------------------------
manifestPlaceholders.put("TrackChannelID", "_default_")
manifestPlaceholders.put("TT_Chanel", "_default_")
diff --git a/Project/ky_sdk/libs/base_mg.jar b/Project/ky_sdk/libs/base_mg.jar
index 090758c..5b5fb68 100644
--- a/Project/ky_sdk/libs/base_mg.jar
+++ b/Project/ky_sdk/libs/base_mg.jar
Binary files differ
diff --git a/Project/ky_sdk/libs/ky_sdk_common.jar b/Project/ky_sdk/libs/ky_sdk_common.jar
index 89e233f..c86f598 100644
--- a/Project/ky_sdk/libs/ky_sdk_common.jar
+++ b/Project/ky_sdk/libs/ky_sdk_common.jar
Binary files differ
diff --git a/Project/ky_sdk/libs/pay_mg.jar b/Project/ky_sdk/libs/pay_mg.jar
index f56a0e2..c04afcc 100644
--- a/Project/ky_sdk/libs/pay_mg.jar
+++ b/Project/ky_sdk/libs/pay_mg.jar
Binary files differ
diff --git a/Project/ky_sdk/proguard-rules.pro b/Project/ky_sdk/proguard-rules.pro
index 01d1489..a080b51 100644
--- a/Project/ky_sdk/proguard-rules.pro
+++ b/Project/ky_sdk/proguard-rules.pro
@@ -60,6 +60,9 @@
-dontwarn com.switfpass.pay.**
-keep class com.switfpass.pay.** { *;}
+-dontwarn com.ipaynow.plugin.**
+-keep class com.ipaynow.plugin.** {*;}
+
#-dontwarn com.a.a.**
#-keep class com.a.a.** { *;}
#
diff --git a/Project/ky_sdk/src/main/res/xml/file_paths.xml b/Project/ky_sdk/src/main/res/xml/file_paths.xml
index 517ede7..64cb1df 100644
--- a/Project/ky_sdk/src/main/res/xml/file_paths.xml
+++ b/Project/ky_sdk/src/main/res/xml/file_paths.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<paths>
+<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path path="Android/data/com.shandangceshi.snxxz/" name="files_root" />
<external-path path="." name="external_storage_root" />
-</paths>
\ No newline at end of file
+ <external-path name="download" path="" />
+</paths>
--
Gitblit v1.8.0