We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d0ea3 commit c96223dCopy full SHA for c96223d
āandroid/build.gradle
@@ -2,12 +2,12 @@
2
apply plugin: 'com.android.library'
3
4
android {
5
- compileSdkVersion 24
6
- buildToolsVersion "25.0.3"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.2"
7
8
defaultConfig {
9
minSdkVersion 16
10
- targetSdkVersion 24
+ targetSdkVersion 26
11
versionCode 1
12
versionName "1.0"
13
ndk {
@@ -21,6 +21,8 @@ android {
21
22
dependencies {
23
compile 'com.facebook.react:react-native:0.20.+'
24
- compile 'com.instabug.library:instabug:4.10.2'
+ compile ('com.instabug.library:instabug:4.10.2'){
25
+ exclude group: 'com.android.support'
26
+ }
27
28
}
0 commit comments