Skip to content

Commit 5fd1988

Browse files
committed
upgrade react native
update dependencies version 1.22.0
1 parent 8b53abe commit 5fd1988

6 files changed

Lines changed: 1816 additions & 2420 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
mutex_m
7878
i18n (1.14.8)
7979
concurrent-ruby (~> 1.0)
80-
json (2.18.0)
80+
json (2.18.1)
8181
logger (1.7.0)
8282
minitest (5.26.1)
8383
molinillo (0.8.0)

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ react {
2323

2424
/* Variants */
2525
// The list of variants to that are debuggable. For those we're going to
26-
// skip the bundling of the JS bundle and the assets. By default is just 'debug'.
26+
// skip the bundling of the JS bundle and the assets. Default is "debug", "debugOptimized".
2727
// If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
28-
// debuggableVariants = ["liteDebug", "prodDebug"]
28+
// debuggableVariants = ["liteDebug", "liteDebugOptimized", "prodDebug", "prodDebugOptimized"]
2929

3030
/* Bundling */
3131
// A list containing the node command and its flags. Default is just 'node'.
@@ -86,8 +86,8 @@ android {
8686
applicationId "io.runonflux.sspkey"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 47
90-
versionName "1.21.0"
89+
versionCode 48
90+
versionName "1.22.0"
9191
}
9292
signingConfigs {
9393
debug {

0 commit comments

Comments
 (0)