Commit c9fdf19a authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #1007 from valerit/master

upgrade versions of android target, compile sdk and support-core-utils
parents 40ada99d 45c44980
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.+"
def DEFAULT_FIREBASE_CORE_VERSION = "12.+"
def DEFAULT_FIREBASE_MESSAGING_VERSION = "12.+"
......@@ -33,6 +33,5 @@ dependencies {
compile "com.google.firebase:firebase-core:$firebaseCoreVersion"
compile "com.google.firebase:firebase-messaging:$firebaseMessagingVersion"
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"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment