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 11
22apply plugin : ' com.android.library'
33
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
77
88android {
99 compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
@@ -24,8 +24,8 @@ android {
2424}
2525
2626dependencies {
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 ' ){
2929 exclude group : ' com.android.support:appcompat-v7'
3030 }
3131}
You can’t perform that action at this time.
0 commit comments