File tree Expand file tree Collapse file tree 5 files changed +231
-200
lines changed
Expand file tree Collapse file tree 5 files changed +231
-200
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ def packageVersion = '"' + packageJson.version + '"'
66buildscript {
77 ext {
88 buildToolsVersion = " 34.0.0"
9- minSdkVersion = 21
9+ minSdkVersion = 23
1010 compileSdkVersion = 34
1111 targetSdkVersion = 34
12- ndkVersion = " 25 .1.8937393 "
13- kotlinVersion = " 1.8.0 "
12+ ndkVersion = " 26 .1.10909125 "
13+ kotlinVersion = " 1.9.22 "
1414 }
1515 if (project == rootProject) {
1616 repositories {
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 buildToolsVersion = " 34.0.0"
4- minSdkVersion = 21
4+ minSdkVersion = 23
55 compileSdkVersion = 34
66 targetSdkVersion = 34
7- ndkVersion = " 25 .1.8937393 "
8- kotlinVersion = " 1.8.0 "
7+ ndkVersion = " 26 .1.10909125 "
8+ kotlinVersion = " 1.9.22 "
99 }
1010 repositories {
1111 google()
Original file line number Diff line number Diff line change 7070 "pod-install" : " 0.2.0" ,
7171 "prettier" : " 3.0.0" ,
7272 "react" : " 18.2.0" ,
73- "react-native" : " 0.73.11 " ,
73+ "react-native" : " ^0.74.0 " ,
7474 "react-native-builder-bob" : " 0.23.2" ,
7575 "typescript" : " 5.0.4" ,
7676 "webdriverio" : " 9.5.1"
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ if ! [ -x "$(command -v rbenv)" ]; then
5050 echo ' eval "$(rbenv init -)"' >> ~ /.bash_profile
5151 echo ' eval "$(rbenv init -)"' >> ~ /.zshrc
5252 eval " $( rbenv init -) "
53- rbenv install " 2.5.7 "
53+ rbenv install " 2.7.5 "
5454else
55- rbenv install " 2.5.7 "
55+ rbenv install " 2.7.5 "
5656 echo " rbenv already installed 👍"
5757fi
58- rbenv local " 2.5.7 "
58+ rbenv local " 2.7.5 "
5959
6060log " 👀 Looking for yarn 👀"
6161if ! [ -x " $( command -v yarn) " ]; then
You can’t perform that action at this time.
0 commit comments