|
@@ -13,7 +13,7 @@ buildscript {
|
|
|
}
|
|
|
}
|
|
|
dependencies {
|
|
|
- classpath 'com.android.tools.build:gradle:2.3.2'
|
|
|
+ classpath 'com.android.tools.build:gradle:2.4.0-alpha7'
|
|
|
classpath 'com.google.gms:google-services:3.0.0'
|
|
|
}
|
|
|
}
|
|
@@ -63,7 +63,7 @@ android {
|
|
|
}
|
|
|
|
|
|
compileSdkVersion 25
|
|
|
- buildToolsVersion '25.0.0'
|
|
|
+ buildToolsVersion '25.0.2'
|
|
|
|
|
|
defaultConfig {
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
@@ -111,11 +111,6 @@ android {
|
|
|
preDexLibraries = preDexEnabled && !travisBuild
|
|
|
}
|
|
|
|
|
|
- compileOptions {
|
|
|
- sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
- targetCompatibility JavaVersion.VERSION_1_8
|
|
|
- }
|
|
|
-
|
|
|
packagingOptions {
|
|
|
exclude 'META-INF/LICENSE.txt'
|
|
|
exclude 'META-INF/LICENSE'
|