Skip to content

Commit c1dcda4

Browse files
alanjcharlesAlan Charles
andauthored
refactor: bump rn version in example app to resolve vulnerabilities (#425)
* refactor: bump rn version in example app to resolve vulnerabilities * refactor: bump sovran Co-authored-by: Alan Charles <[email protected]>
1 parent 22ddba2 commit c1dcda4

File tree

8 files changed

+767
-1346
lines changed

8 files changed

+767
-1346
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
minSdkVersion = 21
88
compileSdkVersion = 30
99
targetSdkVersion = 30
10-
ndkVersion = "20.1.5948944"
10+
ndkVersion = "21.4.7075529"
1111
}
1212
repositories {
1313
google()

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
android.useAndroidX=true
2121
android.enableJetifier=true
22-
FLIPPER_VERSION=0.93.0
22+
FLIPPER_VERSION=0.99.0
2323

2424
org.gradle.daemon=true
2525
org.gradle.configureondemand=true

example/ios/Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
2-
3-
gem 'cocoapods', '= 1.11.2'
2+
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
3+
ruby '2.7.4'
4+
gem 'cocoapods', '~> 1.11', '>= 1.11.2'

0 commit comments

Comments
 (0)