File tree Expand file tree Collapse file tree 7 files changed +13
-7
lines changed
Expand file tree Collapse file tree 7 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.5
2+ 1.0.5
3+
4+ * Updated Podspec file to apply minimum SDK 1.0.6 (privacy manifest support).
5+ * Updated Android core gradle implementation.
6+
17# 1.0.4
281.0.4
39
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
5959
6060 // Gigya SDK core implementation.
61- api ' com.sap.oss.gigya-android-sdk:sdk-core:7.0.8 '
61+ api ' com.sap.oss.gigya-android-sdk:sdk-core:7.0.+ '
6262 api ' com.github.SAP.gigya-android-sdk:sdk-auth:auth-v2.2.0'
6363 api ' com.github.SAP.gigya-android-sdk:sdk-biometric:bio-v2.1.2'
6464
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.2 "
81+ version: "1.0.4 "
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.4
3+ version : 1.0.5
44homepage : https://www.sap.com
55publish_to : none
66
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.1_ "
53+ GigyaDefinitions . versionPrefix = " flutter_1.0.5_ "
5454 sdk = Gigya . sharedInstance ( accountSchema)
5555 GigyaAuth . shared. register ( scheme: accountSchema)
5656 }
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
1515 s . source = { :path => '.' }
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'Flutter'
18- s . dependency 'Gigya' , '>= 1.5.8 '
19- s . dependency 'GigyaAuth' , '>= 1.1.1 '
18+ s . dependency 'Gigya' , '>= 1.6.0 '
19+ s . dependency 'GigyaAuth' , '>= 1.1.2 '
2020 s . platform = :ios , '13.0'
2121
2222 # Flutter.framework does not contain a i386 slice.
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin
22description : SAP Gigya Flutter plugin
3- version : 1.0.4
3+ version : 1.0.5
44homepage : https://github.com/SAP/gigya-flutter-plugin
55
66environment :
You can’t perform that action at this time.
0 commit comments