Skip to content

Updated compileSdkVersion, buildToolsVersion, minSdkVersion and targetSdkVersion #61

Description

@sdhomane

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions