Skip to content

Commit 4331244

Browse files
committed
Merged in release/17.2.1 (pull request #98)
chore: SHK-0000 Bumped Shake version
2 parents e12ae3a + d744112 commit 4331244

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
8383
dependencies {
8484
implementation "com.facebook.react:react-android"
8585
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
86-
api "$System.env.ANDROID_DEPENDENCY:17.1.+"
86+
api "$System.env.ANDROID_DEPENDENCY:17.2.+"
8787
}
8888

8989
react {

react-native-shake.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818

1919
install_modules_dependencies(s)
2020

21-
s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.1.0-rc"
21+
s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.2.0-rc"
2222
end
2323

0 commit comments

Comments
 (0)