File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
apply plugin : ' com.android.library'
3
3
4
- def DEFAULT_COMPILE_SDK_VERSION = 26
5
- def DEFAULT_BUILD_TOOLS_VERSION = " 26 .0.2 "
6
- def DEFAULT_TARGET_SDK_VERSION = 26
4
+ def DEFAULT_COMPILE_SDK_VERSION = 28
5
+ def DEFAULT_BUILD_TOOLS_VERSION = " 28 .0.0 "
6
+ def DEFAULT_TARGET_SDK_VERSION = 28
7
7
8
8
android {
9
9
compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
@@ -24,8 +24,8 @@ android {
24
24
}
25
25
26
26
dependencies {
27
- compile ' com.facebook.react:react-native:0.20.+'
28
- compile (' com.instabug.library:instabug:8.0.10 ' ){
27
+ implementation ' com.facebook.react:react-native:0.20.+'
28
+ implementation (' com.instabug.library:instabug:8.0.12 ' ){
29
29
exclude group : ' com.android.support:appcompat-v7'
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments