Skip to content

Commit 7f4f103

Browse files
committed
Merge branch 'develop'
2 parents cf4a25d + acd67d3 commit 7f4f103

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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
28
1.0.4
39

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gigya_flutter_plugin_example
22
description: Demonstrates how to use the gigya_flutter_plugin plugin.
3-
version: 1.0.4
3+
version: 1.0.5
44
homepage: https://www.sap.com
55
publish_to: none
66

ios/Classes/GigyaSdkWrapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

ios/gigya_flutter_plugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gigya_flutter_plugin
22
description: SAP Gigya Flutter plugin
3-
version: 1.0.4
3+
version: 1.0.5
44
homepage: https://github.com/SAP/gigya-flutter-plugin
55

66
environment:

0 commit comments

Comments
 (0)