Skip to content

Commit

Permalink
Bump reCAPTCHA enterprise SDK version to 18.5.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
imota authored May 23, 2024
1 parent 2d695f7 commit bb7604d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
* Initial release with iOS 18.2.1 and Android 18.2.1
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion recaptcha-enterprise-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb7604d

Please sign in to comment.