From 992cb9f655c7db0d9404b0b96cc3d042bee5b06f Mon Sep 17 00:00:00 2001 From: mfmurray Date: Tue, 23 Jan 2024 15:50:42 -0500 Subject: [PATCH 1/2] fix: new ios/android version for sign in with google hint --- android/build.gradle | 2 +- example/ios/Podfile.lock | 10 +++++----- rownd-react-native.podspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d8db3aa..50e9782 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -136,7 +136,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'io.rownd:android:2.6.3' + implementation 'io.rownd:android:2.6.5' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" implementation 'androidx.compose.ui:ui-unit:1.3.0' implementation 'androidx.compose.ui:ui-graphics:1.3.0' diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f905119..feed181 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -393,7 +393,7 @@ PODS: - ReSwiftThunk/Core (= 2.0.1) - ReSwiftThunk/Core (2.0.1): - ReSwift (~> 6.0) - - Rownd (3.0.0): + - Rownd (3.0.1): - AnyCodable-FlightSchool (~> 0.6.5) - CodeScanner_Rownd (~> 2.2.1) - Factory (~> 1.2.8) @@ -406,9 +406,9 @@ PODS: - ReSwift (~> 6.1.0) - ReSwiftThunk (~> 2.0.1) - SwiftKeychainWrapper (~> 4.0.1) - - rownd-react-native (2.11.6): + - rownd-react-native (3.0.0): - React-Core - - Rownd (~> 3.0.0) + - Rownd (~> 3.0.1) - SocketRocket (0.6.1) - SwiftKeychainWrapper (4.0.1) - Yoga (1.14.0) @@ -639,8 +639,8 @@ SPEC CHECKSUMS: ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2 ReSwift: 929afd2c897f0d33c76c730710a31bb2d2a66713 ReSwiftThunk: 7ca5145764be6f30b62db88a52d170133954629e - Rownd: 63fd73d565bf205ece34c2885d28b9923c15fa16 - rownd-react-native: 3d6fbe10b1a74ab0dfc42bdd3667ed9be52a9ce0 + Rownd: 536bf2583687012d69efae748d4bf82ac7f0e4b8 + rownd-react-native: ca4379fc20b4038357d63d2ca52d097ea31f778e SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 SwiftKeychainWrapper: 807ba1d63c33a7d0613288512399cd1eda1e470c Yoga: 99652481fcd320aefa4a7ef90095b95acd181952 diff --git a/rownd-react-native.podspec b/rownd-react-native.podspec index 866ab19..516ebc7 100644 --- a/rownd-react-native.podspec +++ b/rownd-react-native.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "Rownd", "~> 3.0.0" + s.dependency "Rownd", "~> 3.0.1" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then From a76f8dafa3c8efd0072764ae90bb9e79b53fa6de Mon Sep 17 00:00:00 2001 From: mfmurray Date: Wed, 24 Jan 2024 12:13:41 -0500 Subject: [PATCH 2/2] feat: new android google sign in --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 50e9782..eab819d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -136,7 +136,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'io.rownd:android:2.6.5' + implementation 'io.rownd:android:2.6.6' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" implementation 'androidx.compose.ui:ui-unit:1.3.0' implementation 'androidx.compose.ui:ui-graphics:1.3.0'