File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.14
2+ 1.0.14
3+ * Fix: Aligned cancellation error (Android/iOS).
4+
15# 1.0.13
261.0.13
37* Fix: Aligned SSO cancellation error Android/iOS
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ packages:
7878 path: ".."
7979 relative: true
8080 source: path
81- version: "1.0.12 "
81+ version: "1.0.14 "
8282 google_sign_in:
8383 dependency: "direct main"
8484 description:
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin_example
22description : Demonstrates how to use the gigya_flutter_plugin plugin.
3- version : 1.0.13
3+ version : 1.0.14
44homepage : https://www.sap.com
55publish_to : none
66
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public class GigyaSdkWrapper<T: GigyaAccountProtocol> :GigyaInstanceProtocol {
6767
6868 init ( accountSchema: T . Type ) {
6969 // Initializing the Gigya SDK instance.
70- GigyaDefinitions . versionPrefix = " flutter_1.0.13_ "
70+ GigyaDefinitions . versionPrefix = " flutter_1.0.14_ "
7171 sdk = Gigya . sharedInstance ( accountSchema)
7272 GigyaAuth . shared. register ( scheme: accountSchema)
7373 }
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin
22description : SAP Gigya Flutter plugin
3- version : 1.0.13
3+ version : 1.0.14
44homepage : https://github.com/SAP/gigya-flutter-plugin
55
66environment :
You can’t perform that action at this time.
0 commit comments