Skip to content

Commit

Permalink
v14.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 28, 2024
1 parent f5bfe7e commit 16ee524
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
compileSdk rootProject.ext.compileSdkVersion
versionCode 9203210
versionName "14.9.3"
versionCode 9203220
versionName "14.9.4"
}

splits {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "learnX",
"version": "14.9.3",
"version": "14.9.4",
"private": true,
"packageManager": "[email protected].2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"packageManager": "[email protected].3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"postinstall": "patch-package",
"pod": "cd ios && RCT_NEW_ARCH_ENABLED=0 pod install && RCT_NEW_ARCH_ENABLED=0 pod update && cd ..",
Expand Down Expand Up @@ -72,7 +72,7 @@
"promise.allsettled": "1.0.7",
"react": "18.3.1",
"react-native": "0.76.0",
"react-native-device-info": "13.2.0",
"react-native-device-info": "14.0.0",
"react-native-draggable-flatlist": "4.0.1",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.20.2",
Expand Down
85 changes: 43 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16ee524

Please sign in to comment.