支付宝SDK升级
This commit is contained in:
@@ -383,14 +383,7 @@
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths" />
|
||||
</provider> <!-- 支付宝支付需要注册 -->
|
||||
<!-- 注释这个声明,禁用支付宝h5支付 -->
|
||||
<activity
|
||||
android:name="com.alipay.sdk.app.H5PayActivity"
|
||||
android:configChanges="orientation|keyboardHidden|navigation|screenSize"
|
||||
android:exported="false"
|
||||
android:screenOrientation="behind"
|
||||
android:windowSoftInputMode="adjustResize|stateHidden" />
|
||||
</provider>
|
||||
|
||||
<activity
|
||||
android:name="com.nnbc123.app.push.HWPushMiddleActivity"
|
||||
|
Binary file not shown.
@@ -97,6 +97,8 @@ dependencies {
|
||||
api project(':library')
|
||||
api project(':trtc_release')
|
||||
|
||||
api 'com.alipay.sdk:alipaysdk-android:+@aar'
|
||||
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Reference in New Issue
Block a user