Skip to content

Commit 5e39be5

Browse files
Merge pull request #8 from rootstrap/obytes_master
Obytes master
2 parents 3d02d93 + 73c3215 commit 5e39be5

25 files changed

+9666
-6819
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Make sure the base repository is `rootstrap/react-native-template` BEFORE creati
55
❌❌❌
66
-->
77

8-
9-
10-
118
## What does this do?
129

1310
<!---

.github/actions/setup-node-pnpm-install/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ runs:
1818
steps:
1919
- uses: pnpm/action-setup@v4
2020
name: Install pnpm
21+
with:
22+
run_install: false
2123
- uses: actions/setup-node@v4
2224
name: Install Node.js
2325
with:
24-
node-version: 18
26+
node-version: 20
2527
cache: 'pnpm'
2628

2729
- name: 📦 Install Project Dependencies

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989
minSdkVersion rootProject.ext.minSdkVersion
9090
targetSdkVersion rootProject.ext.targetSdkVersion
9191
versionCode 1
92-
versionName "6.0.0"
92+
versionName "6.1.0"
9393
}
9494
signingConfigs {
9595
debug {
-78 Bytes
Loading
-78 Bytes
Loading
-86 Bytes
Loading
-23 Bytes
Loading
-23 Bytes
Loading
-22 Bytes
Loading
-121 Bytes
Loading

0 commit comments

Comments
 (0)