Skip to content

Commit 39dfb46

Browse files
Android: use API 28
1 parent 9d16309 commit 39dfb46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ allprojects {
2323

2424
apply plugin: 'com.android.library'
2525

26-
def DEFAULT_COMPILE_SDK_VERSION = 27
27-
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
28-
def DEFAULT_TARGET_SDK_VERSION = 27
29-
def DEFAULT_SUPPORT_LIB_VERSION = "27.0.2"
26+
def DEFAULT_COMPILE_SDK_VERSION = 28
27+
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
28+
def DEFAULT_TARGET_SDK_VERSION = 28
29+
def DEFAULT_SUPPORT_LIB_VERSION = "28.0.0"
3030

3131
android {
3232
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION

0 commit comments

Comments
 (0)