Skip to content

Commit 4ff7de7

Browse files
committed
#00000 - version update 0.0.5
1 parent f245f35 commit 4ff7de7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ Platform alignments
2222
Core SDKS updates
2323

2424
* Updated Swift SDK 1.2.0
25-
* Updated Android SDK 5.1.0
25+
* Updated Android SDK 5.1.0
26+
27+
# 0.0.5
28+
Core SDKS update
29+
30+
* Updated Android SDK 5.1.1 (security)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ dependencies {
4444
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4545

4646
// Gigya SDK core implementation.
47-
api 'com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.1.0'
47+
api 'com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.1.1'
4848
api 'com.google.code.gson:gson:2.8.6'
4949
}

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "0.0.4"
83+
version: "0.0.5"
8484
matcher:
8585
dependency: transitive
8686
description:

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: 0.0.4
3+
version: 0.0.5
44
homepage: https://github.com/SAP/gigya-flutter-plugin
55

66
environment:

0 commit comments

Comments
 (0)