Skip to content

Commit 6eb0ad9

Browse files
Update Native SDKs and increment minor version
1 parent b47a45c commit 6eb0ad9

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
@@ -131,5 +131,5 @@ dependencies {
131131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
132132

133133
implementation("com.google.code.gson:gson:2.13.1")
134-
implementation "io.didomi.sdk:android:2.35.0"
134+
implementation "io.didomi.sdk:android:2.36.1"
135135
}

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.20.0",
3+
"version": "2.21.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
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

1818
s.dependency "React-Core"
19-
s.dependency "Didomi-XCFramework", "2.35.0"
19+
s.dependency "Didomi-XCFramework", "2.36.1"
2020
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.20.0"
4+
export const DIDOMI_VERSION = "2.21.0"

0 commit comments

Comments
 (0)