Remove warnings'

This commit is contained in:
Victor Shcherb 2018-06-17 16:58:20 +02:00
parent 785f0a5538
commit fe9c4f9484
5 changed files with 16 additions and 17 deletions

View file

@ -82,7 +82,6 @@ android {
}
dexOptions {
incremental true
javaMaxHeapSize "4g"
}

View file

@ -66,11 +66,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS")
dependencies {
if (analytics) {
compile 'com.google.firebase:firebase-core:9.8.0'
compile 'com.google.firebase:firebase-config:9.8.0'
implementation 'com.google.firebase:firebase-core:9.8.0'
implementation 'com.google.firebase:firebase-config:9.8.0'
}
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
implementation 'com.android.support:appcompat-v7:23.3.0'
implementation 'com.android.support:design:23.3.0'
}
if (analytics) {

View file

@ -66,11 +66,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS")
dependencies {
if (analytics) {
compile 'com.google.firebase:firebase-core:9.8.0'
compile 'com.google.firebase:firebase-config:9.8.0'
implementation 'com.google.firebase:firebase-core:9.8.0'
implementation 'com.google.firebase:firebase-config:9.8.0'
}
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
implementation 'com.android.support:appcompat-v7:23.3.0'
implementation 'com.android.support:design:23.3.0'
}
if (analytics) {

View file

@ -66,11 +66,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS")
dependencies {
if (analytics) {
compile 'com.google.firebase:firebase-core:9.8.0'
compile 'com.google.firebase:firebase-config:9.8.0'
implementation 'com.google.firebase:firebase-core:9.8.0'
implementation 'com.google.firebase:firebase-config:9.8.0'
}
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
implementation 'com.android.support:appcompat-v7:23.3.0'
implementation 'com.android.support:design:23.3.0'
}
if (analytics) {

View file

@ -67,11 +67,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS")
dependencies {
if (analytics) {
compile 'com.google.firebase:firebase-core:9.8.0'
compile 'com.google.firebase:firebase-config:9.8.0'
implementation 'com.google.firebase:firebase-core:9.8.0'
implementation 'com.google.firebase:firebase-config:9.8.0'
}
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
implementation 'com.android.support:appcompat-v7:23.3.0'
implementation 'com.android.support:design:23.3.0'
}
if (analytics) {