Remove warnings'
This commit is contained in:
parent
785f0a5538
commit
fe9c4f9484
5 changed files with 16 additions and 17 deletions
|
@ -82,7 +82,6 @@ android {
|
|||
}
|
||||
|
||||
dexOptions {
|
||||
incremental true
|
||||
javaMaxHeapSize "4g"
|
||||
}
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue