Skip to content

Commit 52bc2cf

Browse files
Merge pull request #1061 from mendix/moo/MOO-1999-fix-rn-reload-crash-SP11
Upgrade RN to 0.77.3 (Studio Pro 11)
2 parents 91029d5 + 1012373 commit 52bc2cf

File tree

6 files changed

+591
-604
lines changed

6 files changed

+591
-604
lines changed

.github/workflows/release-it.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version-file: .nvmrc
3030

3131
- name: Release a new version
3232
env:
@@ -35,6 +35,6 @@ jobs:
3535
npm install -g release-it
3636
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3737
git config --global user.name "github-action"
38-
release-it --increment=${{ github.event.inputs.version }} --ci --github.release --github.draft --git.commitMessage="chore: release v\${version}" --git.tagName="v\${version}"
38+
release-it -VV --increment=${{ github.event.inputs.version }} --ci --github.release --github.draft --git.commitMessage="chore: release v\${version}" --git.tagName="v\${version}"
3939
4040

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
}
2626
}
2727
dependencies {
28-
classpath "com.android.tools.build:gradle:7.4.2"
28+
classpath "com.android.tools.build:gradle:8.8.2"
2929
classpath "com.facebook.react:react-native-gradle-plugin"
3030
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
3131
classpath 'org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21'

0 commit comments

Comments
 (0)