-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sorry this is all in one commit * upgrade some packages * devapp namespace * agp back to 8.0.1 * fix syntax * remove reanimated * set java version * upgrade metro * upgrade ios sdk * set node version for bitrise * coco update * xcode updates * add yarn * coco version mismatch * react native flipper * AppDelegate updates supporting RN upgrade * manifest and pod warning clean up * jest env * update react renderer * override project settings * include react native in build * react path * yarn add react-native-gradle-plugin * hail mary * hava_17 * heap space * hava again * no more constants * incorrect package name * detox imports * androidTestImplementation "androidx.test:core:1.4.0" * include detox in build.gradle * package name * fix detox release build * Update android/build.gradle Co-authored-by: chr-stripe <[email protected]> * Update android/gradle.properties Co-authored-by: chr-stripe <[email protected]> * update snapshot * fix unit tests * update customer id * fix dev app packaging * update ios * bump android to 3.2.0 * override flags * chr feedback --------- Co-authored-by: Brian Cooke <[email protected]> Co-authored-by: chr-stripe <[email protected]>
- Loading branch information
1 parent
1836ae2
commit ce3cb02
Showing
41 changed files
with
3,737 additions
and
3,634 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.15.0 | ||
20.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
source 'https://rubygems.org' | ||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby '3.2.2' | ||
gem 'cocoapods', '~> 1.11', '>= 1.12.1' | ||
gem 'activesupport', '~> 7.0', '<= 7.0.8' | ||
gem 'cocoapods', '~> 1.14.2' | ||
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.