Skip to content

Commit

Permalink
release: version:2.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Oct 25, 2024
1 parent 3b57357 commit 85086e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ kapt {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.46.1'
implementation 'com.finogeeks.mop:plugins:2.46.1'
implementation 'com.finogeeks.lib:finapplet:2.46.3'
implementation 'com.finogeeks.mop:plugins:2.46.3'
}
4 changes: 2 additions & 2 deletions ios/mop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
s.dependency 'Flutter'
s.ios.deployment_target = '9.0'

s.dependency 'FinApplet' , '2.46.2'
s.dependency 'FinAppletExt' , '2.46.2'
s.dependency 'FinApplet' , '2.46.3'
s.dependency 'FinAppletExt' , '2.46.3'
end

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mop
description: A Finogeeks MiniProgram Flutter SDK.
version: '2.46.2'
version: '2.46.3'
homepage: https://github.com/finogeeks/mop-flutter-sdk

environment:
Expand Down

0 comments on commit 85086e8

Please sign in to comment.