We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd85dad commit beb1b42Copy full SHA for beb1b42
android/build.gradle
@@ -1,9 +1,9 @@
1
2
apply plugin: 'com.android.library'
3
4
-def DEFAULT_COMPILE_SDK_VERSION = 26
5
-def DEFAULT_BUILD_TOOLS_VERSION = "26.0.2"
6
-def DEFAULT_TARGET_SDK_VERSION = 26
+def DEFAULT_COMPILE_SDK_VERSION = 28
+def DEFAULT_BUILD_TOOLS_VERSION = "28.0.0"
+def DEFAULT_TARGET_SDK_VERSION = 28
7
8
android {
9
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
@@ -24,8 +24,8 @@ android {
24
}
25
26
dependencies {
27
- compile 'com.facebook.react:react-native:0.20.+'
28
- compile ('com.instabug.library:instabug:8.0.10'){
+ implementation 'com.facebook.react:react-native:0.20.+'
+ implementation ('com.instabug.library:instabug:8.0.12'){
29
exclude group: 'com.android.support:appcompat-v7'
30
31
0 commit comments