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.
2 parents feada0c + eec2c3e commit 8718e61Copy full SHA for 8718e61
android/build.gradle
@@ -15,10 +15,10 @@ allprojects {
15
16
apply plugin: 'com.android.library'
17
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"
+def DEFAULT_COMPILE_SDK_VERSION = 27
+def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
+def DEFAULT_TARGET_SDK_VERSION = 27
+def DEFAULT_SUPPORT_LIB_VERSION = "27.1.1"
22
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "+"
23
def DEFAULT_FIREBASE_MESSAGING_VERSION = "+"
24
0 commit comments