File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
example/android/gradle/wrapper Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,8 @@ Flutter 2 and Null-safety
4343* Migrated to Flutter 2 and Null-safety.
4444* Added Forgot password feature (including example application implementation).
4545* Added Google sign-in integration to the example application.
46+
47+ # 0.1.1
48+ Android core SDK update.
49+
50+ * Updated Android Core SDK v5.1.3
Original file line number Diff line number Diff 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.1 '
47+ api ' com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:core-v5.1.3 '
4848 api ' com.google.code.gson:gson:2.8.6'
4949}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin
22description : SAP Gigya Flutter plugin
3- version : 0.1.0
3+ version : 0.1.1
44homepage : https://github.com/SAP/gigya-flutter-plugin
55
66environment :
You can’t perform that action at this time.
0 commit comments