Skip to content

Commit

Permalink
Native SDK 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerlet-at-didomi committed Dec 12, 2024
1 parent 0e77334 commit 8b4b385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation "io.didomi.sdk:android:2.16.2"
implementation "io.didomi.sdk:android:2.17.0"
}
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", "2.16.0"
s.dependency "Didomi-XCFramework", "2.17.0"
end

0 comments on commit 8b4b385

Please sign in to comment.