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:+'
|
androidTestCompile 'junit:junit:+'
|
||||||
compile 'org.apache.commons:commons-compress:+'
|
compile 'org.apache.commons:commons-compress:+'
|
||||||
if (firebaseEnable()) {
|
if (firebaseEnable()) {
|
||||||
compile 'com.google.firebase:firebase-messaging:11.2.0'
|
compile 'com.google.firebase:firebase-messaging:11.4.0'
|
||||||
} else {
|
} else {
|
||||||
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
||||||
compile 'com.android.support:support-v4:+'
|
compile 'com.android.support:support-v4:+'
|
||||||
|
@ -87,7 +87,7 @@ excludePackage.add('**/LICENSE.txt')
|
||||||
android {
|
android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 26
|
||||||
buildToolsVersion "26.0.0"
|
buildToolsVersion "26.0.2"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue