Skip to content

Commit

Permalink
Merge pull request #1057 from Doko-Demo-Doa/master
Browse files Browse the repository at this point in the history
Bump Android version
  • Loading branch information
evollu authored Nov 4, 2018
2 parents 508366d + a49a4d6 commit c904dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

def DEFAULT_COMPILE_SDK_VERSION = 27
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
def DEFAULT_TARGET_SDK_VERSION = 27
def DEFAULT_COMPILE_SDK_VERSION = 28
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.2"
def DEFAULT_TARGET_SDK_VERSION = 28
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "+"
def DEFAULT_FIREBASE_CORE_VERSION = "+"
def DEFAULT_FIREBASE_MESSAGING_VERSION = "+"
Expand Down Expand Up @@ -33,5 +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:27.1.1"
compile "com.android.support:support-core-utils:28.0.0"
}

0 comments on commit c904dcf

Please sign in to comment.