Skip to content

Commit 8718e61

Browse files
authored
Merge pull request zo0r#826 from receme/master
updated sdk and build tool version on gradle file
2 parents feada0c + eec2c3e commit 8718e61

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
@@ -15,10 +15,10 @@ allprojects {
1515

1616
apply plugin: 'com.android.library'
1717

18-
def DEFAULT_COMPILE_SDK_VERSION = 23
19-
def DEFAULT_BUILD_TOOLS_VERSION = "23.0.1"
20-
def DEFAULT_TARGET_SDK_VERSION = 23
21-
def DEFAULT_SUPPORT_LIB_VERSION = "23.1.1"
18+
def DEFAULT_COMPILE_SDK_VERSION = 27
19+
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
20+
def DEFAULT_TARGET_SDK_VERSION = 27
21+
def DEFAULT_SUPPORT_LIB_VERSION = "27.1.1"
2222
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "+"
2323
def DEFAULT_FIREBASE_MESSAGING_VERSION = "+"
2424

0 commit comments

Comments
 (0)