Skip to content

Commit 916b2aa

Browse files
Update Native SDKs and increment minor version.
1 parent c4db1b4 commit 916b2aa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ dependencies {
158158
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
159159

160160
implementation("com.google.code.gson:gson:2.13.1")
161-
implementation "io.didomi.sdk:android:2.49.1"
161+
implementation "io.didomi.sdk:android:2.50.0"
162162
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@didomi/react-native",
3-
"version": "2.34.1",
3+
"version": "2.35.0",
44
"description": "Didomi React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-didomi.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

18-
s.dependency "Didomi-XCFramework", "2.49.0"
18+
s.dependency "Didomi-XCFramework", "2.50.0"
1919

2020
install_modules_dependencies(s)
2121
end

src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// User agent name
22
export const DIDOMI_USER_AGENT_NAME = "Didomi React-Native SDK"
33
// User agent version
4-
export const DIDOMI_VERSION = "2.34.1"
4+
export const DIDOMI_VERSION = "2.35.0"

0 commit comments

Comments
 (0)