File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.8
2+ 1.0.8
3+
4+ * Updated Android core 7.1.3 - https://github.com/SAP/gigya-android-sdk/releases/tag/core-v7.1.3
5+ * Updated Swift Core 1.7.1 - https://github.com/SAP/gigya-swift-sdk/releases/tag/core%2Fv1.7.1
6+ * Fixed interruption flows causing channel result error.
7+
18# 1.0.7
291.0.7
310
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class GigyaSdkWrapper<T: GigyaAccountProtocol> :GigyaInstanceProtocol {
5050
5151 init ( accountSchema: T . Type ) {
5252 // Initializing the Gigya SDK instance.
53- GigyaDefinitions . versionPrefix = " flutter_1.0.7_ "
53+ GigyaDefinitions . versionPrefix = " flutter_1.0.8_ "
5454 sdk = Gigya . sharedInstance ( accountSchema)
5555 GigyaAuth . shared. register ( scheme: accountSchema)
5656 }
You can’t perform that action at this time.
0 commit comments