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 9d16309 commit 39dfb46Copy full SHA for 39dfb46
android/build.gradle
@@ -23,10 +23,10 @@ allprojects {
23
24
apply plugin: 'com.android.library'
25
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"
+def DEFAULT_COMPILE_SDK_VERSION = 28
+def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
+def DEFAULT_TARGET_SDK_VERSION = 28
+def DEFAULT_SUPPORT_LIB_VERSION = "28.0.0"
30
31
android {
32
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
0 commit comments