diff --git a/CHANGELOG.md b/CHANGELOG.md index 182ffa0..213d471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +## 18.5.0 +Upgrade iOS and Android SDK to 18.5.0 + ## 18.5.0-beta02 -Upgrade iOS an Android SDK to 18.5.0-beta02 +Upgrade iOS and Android SDK to 18.5.0-beta02 ## 18.4.2 @@ -23,4 +26,4 @@ Upgrade iOS SDK to 18.2.2 ## 18.2.1 -* Initial release with iOS 18.2.1 and Android 18.2.1 \ No newline at end of file +* Initial release with iOS 18.2.1 and Android 18.2.1 diff --git a/android/build.gradle b/android/build.gradle index 0b9e6a6..4eaaf76 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -106,6 +106,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'com.google.android.recaptcha:recaptcha:18.5.0-beta02' + implementation 'com.google.android.recaptcha:recaptcha:18.5.0' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 412a016..25d782c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1057,12 +1057,12 @@ PODS: - React-jsi (= 0.73.4) - React-logger (= 0.73.4) - React-perflogger (= 0.73.4) - - recaptcha-enterprise-react-native (18.5.0-beta02): + - recaptcha-enterprise-react-native (18.5.0): - glog - RCT-Folly (= 2022.05.16.00) - React-Core - - RecaptchaEnterprise (= 18.5.0-beta02) - - RecaptchaEnterprise (18.5.0-beta02): + - RecaptchaEnterprise (= 18.5.0) + - RecaptchaEnterprise (18.5.0): - RecaptchaInterop (~> 100.0.0) - RecaptchaInterop (100.0.0) - SocketRocket (0.6.1) @@ -1285,8 +1285,8 @@ SPEC CHECKSUMS: React-runtimescheduler: 1c054b58fef2ce74cdcbdcd70db190e10f56a617 React-utils: 21a798438d45e70ed9c2e2fe0894ee32ba7b7c5b ReactCommon: dcc65c813041388dead6c8b477444757425ce961 - recaptcha-enterprise-react-native: 5b566240cb1bae71343e41fbbe46846df21ac83b - RecaptchaEnterprise: c4dfc2641f917e4447a2d1eb34e7750aff181deb + recaptcha-enterprise-react-native: d2dc3402ec8ead7ab0efbbec6868c44187d36a65 + RecaptchaEnterprise: f626e2154e9f5021696c280068e706eede97abd0 RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312 diff --git a/package.json b/package.json index 1ce09a1..1d0ed51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/recaptcha-enterprise-react-native", - "version": "18.5.0-beta02", + "version": "18.5.0", "description": "React Native plugin for reCAPTCHA Enterprise Mobile SDK", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/recaptcha-enterprise-react-native.podspec b/recaptcha-enterprise-react-native.podspec index 6abad5b..5e7d93e 100644 --- a/recaptcha-enterprise-react-native.podspec +++ b/recaptcha-enterprise-react-native.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency "RecaptchaEnterprise", "=18.5.0-beta02" + s.dependency "RecaptchaEnterprise", "=18.5.0" s.static_framework = true # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.