diff --git a/android/build.gradle b/android/build.gradle index bc69b3ea..9a31ae44 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -124,5 +124,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "io.didomi.sdk:android:1.89.0" + implementation "io.didomi.sdk:android:1.90.0" } diff --git a/package.json b/package.json index 10e431a9..5e77e547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@didomi/react-native", - "version": "1.26.0", + "version": "1.27.0", "description": "Didomi React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-didomi.podspec b/react-native-didomi.podspec index 552dd957..3a215fa9 100644 --- a/react-native-didomi.podspec +++ b/react-native-didomi.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "Didomi-XCFramework", "1.98.0" + s.dependency "Didomi-XCFramework", "1.99.0" end diff --git a/src/Constants.ts b/src/Constants.ts index 26e51e39..50e00a1f 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -1,4 +1,4 @@ // User agent name export const DIDOMI_USER_AGENT_NAME = "Didomi React-Native SDK" // User agent version -export const DIDOMI_VERSION = "1.26.0" +export const DIDOMI_VERSION = "1.27.0"