Skip to content

Commit d744112

Browse files
committed
chore: SHK-0000 Bumped Shake version
1 parent 3aaa431 commit d744112

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
@@ -117,7 +117,7 @@ dependencies {
117117
//noinspection GradleDynamicVersion
118118
implementation "com.facebook.react:react-native:+"
119119
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
120-
api "$System.env.ANDROID_DEPENDENCY:17.1.+"
120+
api "$System.env.ANDROID_DEPENDENCY:17.2.+"
121121
}
122122

123123
if (isNewArchitectureEnabled()) {

react-native-shake.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Pod::Spec.new do |s|
3939
end
4040
end
4141

42-
s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.1.0-rc"
42+
s.dependency "#{ENV['IOS_DEPENDENCY']}", "~> 17.2.0-rc"
4343
end
4444

0 commit comments

Comments
 (0)