Skip to content

Commit

Permalink
Android WechatSdk->6.8.28
Browse files Browse the repository at this point in the history
iOS WeChatSdk->2.0.4
  • Loading branch information
JarvanMo committed Mar 21, 2024
1 parent 650fbf3 commit 569b764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
}

dependencies {
api 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.24'
api 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.28'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'id.zelory:compressor:3.0.1'
Expand Down
4 changes: 2 additions & 2 deletions ios/fluwx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca
}

s.subspec 'pay' do |sp|
sp.dependency 'WechatOpenSDK-XCFramework','~> 2.0.2'
sp.dependency 'WechatOpenSDK-XCFramework','~> 2.0.4'

pod_target_xcconfig["GCC_PREPROCESSOR_DEFINITIONS"] = "$(inherited) #{logging_status} #{scene_delegate}"

sp.pod_target_xcconfig = pod_target_xcconfig
end

s.subspec 'no_pay' do |sp|
sp.dependency 'OpenWeChatSDKNoPay','~> 2.0.2+2'
sp.dependency 'OpenWeChatSDKNoPay','~> 2.0.4'
sp.frameworks = 'CoreGraphics', 'Security', 'WebKit'
sp.libraries = 'c++', 'z', 'sqlite3.0'
pod_target_xcconfig["GCC_PREPROCESSOR_DEFINITIONS"] = "$(inherited) NO_PAY=1 #{logging_status} #{scene_delegate}"
Expand Down

0 comments on commit 569b764

Please sign in to comment.