Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-advertising-id@1.0.11 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-advertising-id/android/build.gradle b/node_modules/react-native-advertising-id/android/build.gradle
index 7a850ae..781324d 100644
--- a/node_modules/react-native-advertising-id/android/build.gradle
+++ b/node_modules/react-native-advertising-id/android/build.gradle
@@ -13,12 +13,12 @@ buildscript {
apply plugin: 'com.android.library'
android {
- compileSdkVersion 23
- buildToolsVersion "23.0.3"
+ compileSdkVersion 30
+ buildToolsVersion "30.0.0"
defaultConfig {
- minSdkVersion 16
- targetSdkVersion 22
+ minSdkVersion 23
+ targetSdkVersion 30
versionCode 1
versionName "1.0"
}
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-advertising-id@1.0.11for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.