diff --git a/android/build.gradle b/android/build.gradle index 368f74ce3723e42f20531465188d22c7695ec714..a82dc8c10df1a71a429355be051cac5e2aaa7859 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' -def DEFAULT_COMPILE_SDK_VERSION = 26 -def DEFAULT_BUILD_TOOLS_VERSION = "25.0.2" -def DEFAULT_TARGET_SDK_VERSION = 26 +def DEFAULT_COMPILE_SDK_VERSION = 27 +def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3" +def DEFAULT_TARGET_SDK_VERSION = 27 def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "12.+" android { @@ -29,6 +29,5 @@ dependencies { compile "com.google.firebase:firebase-core:$googlePlayServicesVersion" compile "com.google.firebase:firebase-messaging:$googlePlayServicesVersion" compile 'me.leolin:ShortcutBadger:1.1.17@aar' - compile "com.android.support:support-core-utils:26.1.0" + compile "com.android.support:support-core-utils:27.1.1" } -