Skip to content

Commit

Permalink
AliPay SDK => 15.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Dec 26, 2023
1 parent e53eace commit 8409bee
Show file tree
Hide file tree
Showing 75 changed files with 69 additions and 1,485 deletions.
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -28,12 +28,12 @@ android {
compileSdkVersion 31

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}

sourceSets {
Expand All @@ -47,7 +47,7 @@ android {
}

dependencies {
implementation 'com.alipay.sdk:alipaysdk-android:15.8.15'
implementation 'com.alipay.sdk:alipaysdk-android:15.8.17'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

////////////////////////////////////////////////////////
///////////////// 支付宝标准版本支付SDK ///////////////////
///////// version:15.8.15 modify:2023.06.10///////////
///////// version:15.8.16 modify:2023.08.02///////////
////////////////////////////////////////////////////////

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AlipaySDKModule.h
// AlipaySDK
//
// Created by mingsheng on 2023/11/14.
// Copyright © 2023 Alipay. All rights reserved.
//

#ifndef AlipaySDKModule_h
#define AlipaySDKModule_h

#import "AlipaySDK.h"
#import "APayAuthInfo.h"
#import "AFServiceCenter.h"
#import "AFServiceResponse.h"

#endif /* AlipaySDKModule_h */
14 changes: 14 additions & 0 deletions ios/AlipaySDK/NoUtdid/AlipaySDK.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// AlipaySDK.modulemap
// AlipaySDK
//
// Created by mingsheng on 2023/11/14.
// Copyright © 2023 Alipay. All rights reserved.
//

framework module AlipaySDK {
umbrella header "AlipaySDKModule.h"

export *
module * { export * }
}
40 changes: 0 additions & 40 deletions ios/AlipaySDK/NoUtdid/AlipaySDK.xcframework/Info.plist

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8409bee

Please sign in to comment.