Skip to content

Commit

Permalink
Update Native SDKs and increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Feb 8, 2024
1 parent d61b46a commit 2a65dad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-didomi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2a65dad

Please sign in to comment.