We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e12ae3a + d744112 commit 4331244Copy full SHA for 4331244
2 files changed
android/build.gradle
@@ -83,7 +83,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
83
dependencies {
84
implementation "com.facebook.react:react-android"
85
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
86
- api "$System.env.ANDROID_DEPENDENCY:17.1.+"
+ api "$System.env.ANDROID_DEPENDENCY:17.2.+"
87
}
88
89
react {
react-native-shake.podspec
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
19
install_modules_dependencies(s)
20
21
- s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.1.0-rc"
+ s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.2.0-rc"
22
end
23
0 commit comments