Skip to content

Commit 0788825

Browse files
committed
Bump rn version to 0.74
1 parent 525cdf5 commit 0788825

File tree

5 files changed

+231
-200
lines changed

5 files changed

+231
-200
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ def packageVersion = '"' + packageJson.version + '"'
66
buildscript {
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 {

example/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
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()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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"

script/setup

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
5454
else
55-
rbenv install "2.5.7"
55+
rbenv install "2.7.5"
5656
echo "rbenv already installed 👍"
5757
fi
58-
rbenv local "2.5.7"
58+
rbenv local "2.7.5"
5959

6060
log "👀 Looking for yarn 👀"
6161
if ! [ -x "$(command -v yarn)" ]; then

0 commit comments

Comments
 (0)