-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swap react-native-mail fork with patch
## Summary This commit swaps the fork of react-native-mail with a patch. needed for : #18138 ## Review & Test notes Verify if mailing logs still works. ## Platforms - iOS - Android status: ready
- Loading branch information
1 parent
a8395e5
commit afb2606
Showing
3 changed files
with
19 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- /tmp/tmp-status-mobile-6e854428f/tmp.PSruc8WtHx/build.gradle 2024-04-17 11:08:46.857319000 +0200 | ||
+++ ./node_modules/react-native-mail/android/build.gradle 2024-04-17 11:09:22.935436792 +0200 | ||
@@ -1,7 +1,11 @@ | ||
apply plugin: 'com.android.library' | ||
|
||
+def safeExtGet(prop, fallback) { | ||
+ rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback | ||
+} | ||
+ | ||
android { | ||
- compileSdkVersion project.hasProperty('compileSdkVersion') ? project.compileSdkVersion : 23 | ||
+ compileSdkVersion safeExtGet('compileSdkVersion', 30) | ||
buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : "23.0.1" | ||
|
||
defaultConfig { |
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 |
---|---|---|
|
@@ -7934,9 +7934,10 @@ react-native-lottie-splash-screen@^1.0.1: | |
lottie-ios "3.2.3" | ||
lottie-react-native "^5.1.3" | ||
|
||
"react-native-mail@git+https://github.com/status-im/react-native-mail.git#refs/tags/v6.1.2-status": | ||
react-native-mail@6.1.1: | ||
version "6.1.1" | ||
resolved "git+https://github.com/status-im/react-native-mail.git#6d28780dfe156dfed87d8a4ceba520cc7db019c5" | ||
resolved "https://registry.yarnpkg.com/react-native-mail/-/react-native-mail-6.1.1.tgz#f1b1f8034c84d2510a93e4a2a795f0db5a13595e" | ||
integrity sha512-pTs180wwyh7hN/iyTC9SfOX579U4YhDlHOLxi47IGvhPJENqO/QFdBq+wWKxyhNqdQuVSy+LoeIxLreWnIeYmg== | ||
|
||
[email protected]: | ||
version "7.38.3" | ||
|