Skip to content

Commit

Permalink
Merge pull request #30 from RunOnFlux/v1.2.0
Browse files Browse the repository at this point in the history
V1.2.0
  • Loading branch information
TheTrunk authored Jun 13, 2024
2 parents 14a14f5 + c8618a8 commit 4deb80a
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 1,179 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.ANDROID_KEY_STORE_PASSWORD }}
- name: Upload APK Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/
path: android/app/build/outputs/apk/release/app-release.apk
- name: Upload AAB Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app-release.aab
path: android/app/build/outputs/bundle/release/
path: android/app/build/outputs/bundle/release/app-release.aab
8 changes: 4 additions & 4 deletions .github/workflows/android_release_self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.ANDROID_KEY_STORE_PASSWORD }}
- name: Upload APK Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/
path: android/app/build/outputs/apk/release/app-release.apk
- name: Upload AAB Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app-release.aab
path: android/app/build/outputs/bundle/release/
path: android/app/build/outputs/bundle/release/app-release.aab
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ruby ">= 2.6.10"

# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.15.2'
gem 'cocoapods', '>= 1.13', '< 1.15'
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.15.2)
cocoapods (1.14.3)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.2)
cocoapods-core (= 1.14.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -42,7 +42,7 @@ GEM
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
cocoapods-core (1.14.3)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand Down Expand Up @@ -104,7 +104,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (>= 1.15.2)
cocoapods (>= 1.13, < 1.15)

RUBY VERSION
ruby 2.7.8p225
Expand Down
30 changes: 24 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,14 +1110,32 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-quick-crypto (0.6.1):
- react-native-quick-crypto (0.7.0-rc.9):
- DoubleConversion
- glog
- hermes-engine
- OpenSSL-Universal
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React
- React-callinvoker
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-randombytes (3.6.1):
- React-Core
- react-native-safe-area-context (4.10.3):
- react-native-safe-area-context (4.10.4):
- React-Core
- React-nativeconfig (0.74.2)
- React-NativeModulesApple (0.74.2):
Expand Down Expand Up @@ -1734,9 +1752,9 @@ SPEC CHECKSUMS:
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
react-native-quick-base64: a74c4b2607b9de016877a8edb776b6ac59785809
react-native-quick-crypto: 455c1b411db006dba1026a30681ececb19180187
react-native-quick-crypto: 3aeff10e2cfeedc76f19b8542d824587e137fffa
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-safe-area-context: b01d8f42d4e62a7be5a3e69fd332e0c7e67584c7
react-native-safe-area-context: 399a5859f6acbdf67f671c69b53113f535f3b5b0
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
Expand Down Expand Up @@ -1776,4 +1794,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 5c6e6d3d84f97e6db40a0c40896cbf4157e37695

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-native-permissions": "~3.10.1",
"react-native-popup-menu": "~0.16.1",
"react-native-quick-base64": "~2.1.2",
"react-native-quick-crypto": "~0.6.1",
"react-native-quick-crypto": "~0.7.0-rc.9",
"react-native-randombytes": "~3.6.1",
"react-native-reanimated": "~3.11.0",
"react-native-safe-area-context": "~4.10.3",
Expand Down
13 changes: 0 additions & 13 deletions patches/react-native-quick-crypto+0.6.1.patch

This file was deleted.

Loading

0 comments on commit 4deb80a

Please sign in to comment.