-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch [email protected] for the project I'm working on.
I was receiving errors when trying compile due to the compileSdkVersion version being too low.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-share-menu/android/build.gradle b/node_modules/react-native-share-menu/android/build.gradle
index 9557fdb..da35999 100644
--- a/node_modules/react-native-share-menu/android/build.gradle
+++ b/node_modules/react-native-share-menu/android/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 29
+ compileSdkVersion 30
buildToolsVersion "29.0.2"
defaultConfig {This issue body was partially generated by patch-package.
thiagomachado1998, alan-cushla, phgn0, ankurphani, ugurdalkiran and 1 more
Metadata
Metadata
Assignees
Labels
No labels