Update build.gradle
This commit is contained in:
parent
56bf83129f
commit
2cb99c7213
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ dependencies {
|
|||
androidTestCompile 'junit:junit:+'
|
||||
compile 'org.apache.commons:commons-compress:+'
|
||||
if (firebaseEnable()) {
|
||||
compile 'com.google.firebase:firebase-messaging:11.2.0'
|
||||
compile 'com.google.firebase:firebase-messaging:11.4.0'
|
||||
} else {
|
||||
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
||||
compile 'com.android.support:support-v4:+'
|
||||
|
@ -87,7 +87,7 @@ excludePackage.add('**/LICENSE.txt')
|
|||
android {
|
||||
defaultConfig {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.0"
|
||||
buildToolsVersion "26.0.2"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
||||
|
|
Loading…
Reference in a new issue