Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] b8ba88974c
Merge f0f7209c9a into 41c09d4ae9 2024-02-04 11:40:04 +00:00
dependabot[bot] f0f7209c9a
Bump react-native-mmkv from 2.10.1 to 2.11.0
Bumps [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/mrousavy/react-native-mmkv/releases)
- [Commits](https://github.com/mrousavy/react-native-mmkv/compare/v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: react-native-mmkv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-04 11:40:03 +00:00
xmflsct 41c09d4ae9
Bump building chain 2024-02-04 12:39:10 +01:00
11 changed files with 2089 additions and 2089 deletions

View File

@ -7,12 +7,12 @@ on:
jobs:
build-ios:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: tj-actions/branch-names@v6
- uses: tj-actions/branch-names@v8
id: branch
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: corepack enable
@ -20,7 +20,7 @@ jobs:
- run: bundle install
- run: yarn app:build ios
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
LC_ALL: en_US.UTF-8
@ -38,18 +38,18 @@ jobs:
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
build-android:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: tj-actions/branch-names@v6
- uses: tj-actions/branch-names@v8
id: branch
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- run: corepack enable
- run: yarn install
- run: bundle install
@ -67,19 +67,19 @@ jobs:
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
create-release:
runs-on: macos-13
runs-on: macos-14
needs: [build-ios, build-android]
steps:
- uses: tj-actions/branch-names@v6
- uses: tj-actions/branch-names@v8
id: branch
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- run: corepack enable
- run: yarn install
- run: bundle install

2
.nvmrc
View File

@ -1 +1 @@
18
20

File diff suppressed because one or more lines are too long

893
.yarn/releases/yarn-4.1.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -4,4 +4,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs

View File

@ -43,10 +43,10 @@ newArchEnabled=false
# If set to false, you will be using JSC instead.
hermesEnabled=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
# org.gradle.daemon=true
# org.gradle.parallel=true
# org.gradle.configureondemand=true
# The hosted JavaScript engine
# Supported values: expo.jsEngine = "hermes" | "jsc"

View File

@ -1 +1 @@
Enjoy toooting! This version includes following improvements and fixes:
Enjoy toooting! This version includes improvements and fixes.

View File

@ -1 +1 @@
tooot-ing愉快此版本包括以下改进和修复:
tooot-ing愉快此版本包括改进和修复。

View File

@ -953,4 +953,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 1decd5b21ac0602154fbdba45a568b9c3acebb7c
COCOAPODS: 1.12.1
COCOAPODS: 1.15.0

View File

@ -12,7 +12,7 @@
"start": "react-native start",
"android": "react-native run-android",
"phone": "react-native run-ios --device",
"iphone": "react-native run-ios --simulator 'iPhone 14 Pro'",
"iphone": "react-native run-ios --simulator 'iPhone 15 Pro'",
"ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (4th generation)'",
"app:build": "bundle exec fastlane",
"clean": "react-native-clean-project"
@ -76,7 +76,7 @@
"react-native-image-picker": "^5.6.0",
"react-native-ios-context-menu": "^1.15.3",
"react-native-language-detection": "^0.2.2",
"react-native-mmkv": "^2.10.1",
"react-native-mmkv": "^2.11.0",
"react-native-pager-view": "^6.2.2",
"react-native-quick-base64": "^2.0.7",
"react-native-reanimated": "^3.4.1",
@ -109,7 +109,7 @@
"react-native-clean-project": "^4.0.1",
"typescript": "^5.1.6"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.1.0",
"resolutions": {
"expo-av@^13.0.2": "patch:expo-av@npm%3A13.0.2#./.yarn/patches/expo-av-npm-13.0.2-7a651776f1.patch",
"react-native-share-menu@^6.0.0": "patch:react-native-share-menu@npm%3A6.0.0#./.yarn/patches/react-native-share-menu-npm-6.0.0-f1094c3204.patch",

2334
yarn.lock

File diff suppressed because it is too large Load Diff