Skip to content

Commit 9c203aa

Browse files
committed
Merge branch 'main' into chore/bump-up-rn-version
2 parents b488e55 + 792aa31 commit 9c203aa

9 files changed

Lines changed: 9 additions & 13 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Build Android Example App
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- uses: oven-sh/setup-bun@v2
4040

4141
- name: Install npm dependencies (bun)

.github/workflows/ios-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Build iOS Example App
4747
runs-on: macOS-15
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- name: Setup Xcode
5151
uses: maxim-lobanov/setup-xcode@v1
5252
with:
@@ -68,7 +68,7 @@ jobs:
6868
run: gem install xcpretty
6969

7070
- name: Restore Pods cache
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
with:
7373
path: example/ios/Pods
7474
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
- name: Setup Bun.js
@@ -30,7 +30,7 @@ jobs:
3030
bun-version: latest
3131
- name: Cache bun dependencies
3232
id: bun-cache
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ~/.bun/install/cache
3636
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath "com.android.tools.build:gradle:8.13.1"
8+
classpath "com.android.tools.build:gradle:9.0.1"
99
}
1010
}
1111

718 Bytes
Binary file not shown.

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/android/gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/android/gradlew.bat

100644100755
Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-native": "0.84.1",
6666
"react-native-builder-bob": "^0.37.0",
6767
"react-native-nitro-modules": "^0.35.0",
68-
"semantic-release": "^24.2.3",
68+
"semantic-release": "^25.0.3",
6969
"typescript": "5.0.4"
7070
},
7171
"peerDependencies": {

0 commit comments

Comments
 (0)