Skip to content

Commit beb1b42

Browse files
committed
⬆️ Upgrade native Android SDK to version 8.0.12
1 parent dd85dad commit beb1b42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
apply 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

88
android {
99
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
@@ -24,8 +24,8 @@ android {
2424
}
2525

2626
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'){
2929
exclude group: 'com.android.support:appcompat-v7'
3030
}
3131
}

0 commit comments

Comments
 (0)