Skip to content

Commit 50453fb

Browse files
committed
fix(android): update sdk version
1 parent b056a60 commit 50453fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ buildscript {
1111

1212
apply plugin: 'com.android.library'
1313

14-
def DEFAULT_COMPILE_SDK_VERSION = 27
15-
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
16-
def DEFAULT_TARGET_SDK_VERSION = 26
14+
def DEFAULT_COMPILE_SDK_VERSION = 30
15+
def DEFAULT_BUILD_TOOLS_VERSION = "30.0.2"
16+
def DEFAULT_TARGET_SDK_VERSION = 30
1717

1818
android {
1919
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION

0 commit comments

Comments
 (0)