diff --git a/android/build.gradle b/android/build.gradle index 8a82fae..ddc45a4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 24 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.2" defaultConfig { minSdkVersion 16 - targetSdkVersion 24 + targetSdkVersion 26 versionCode 1 versionName "1.0" ndk { @@ -21,6 +21,8 @@ android { dependencies { compile 'com.facebook.react:react-native:0.20.+' - compile 'com.instabug.library:instabug:4.10.2' + compile ('com.instabug.library:instabug:4.10.2'){ + exclude group: 'com.android.support' + } }