We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aaa431 commit d744112Copy full SHA for d744112
2 files changed
android/build.gradle
@@ -117,7 +117,7 @@ dependencies {
117
//noinspection GradleDynamicVersion
118
implementation "com.facebook.react:react-native:+"
119
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
120
- api "$System.env.ANDROID_DEPENDENCY:17.1.+"
+ api "$System.env.ANDROID_DEPENDENCY:17.2.+"
121
}
122
123
if (isNewArchitectureEnabled()) {
react-native-shake.podspec
@@ -39,6 +39,6 @@ Pod::Spec.new do |s|
39
end
40
41
42
- s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.1.0-rc"
+ s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.2.0-rc"
43
44
0 commit comments