Skip to content

Commit

Permalink
feat: switch to new com.sap.oss.gigya-android-sdk package on Maven Ce…
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesMangwa committed Sep 5, 2024
1 parent 7117a2e commit 0545177
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import Foundation
```graddle
buildscript {
ext {
gigyaCoreSdkVersion = "core-v5.1.5"
gigyaCoreSdkVersion = "7.1.1"
}
}
```
Expand All @@ -92,7 +92,7 @@ You can now initialize the SDK with your [**`apiKey`**](https://help.sap.com/doc
[**`lang`**](https://help.sap.com/docs/SAP_CUSTOMER_DATA_CLOUD/8b8d6fffe113457094a17701f63e3d6a/4141d83470b21014bbc5a10ce4041860.html?locale=en-US#language-support),
**`storage`** solution & desired **storageKey**.

**Please make sure your storage library exposes `getItem()` and `setItem()` functions.**
**Please make sure your storage library exposes `getItem()` and `setItem()` functions or provided them yourself.**



Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
implementation "com.github.SAP.gigya-android-sdk:gigya-android-sdk-core:${gigya_core_sdk_version}"
implementation "com.sap.oss.gigya-android-sdk:sdk-core:${gigya_core_sdk_version}"
implementation 'com.google.code.gson:gson:2.9.0'
}
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GigyaSdk_kotlinVersion=1.3.50
GigyaSdk_gigyaCoreSdkVersion="core-v5.0.1"
GigyaSdk_gigyaCoreSdkVersion="core-v7.1.1"
GigyaSdk_compileSdkVersion=29
GigyaSdk_buildToolsVersion=29.0.2
GigyaSdk_targetSdkVersion=29
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "30.0.2"
gigyaCoreSdkVersion = "core-v5.1.5"
gigyaCoreSdkVersion = "core-v7.1.1"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
Expand Down

0 comments on commit 0545177

Please sign in to comment.