Этот коммит содержится в:
Olivier Girondel
2018-04-30 02:16:10 +02:00
родитель 3e2b508ea7
Коммит 42ad669fca
6 изменённых файлов: 28 добавлений и 10 удалений
+6 -6
Просмотреть файл
@@ -29,12 +29,12 @@ android {
}
dependencies {
compile 'com.android.support:design:27.1.0'
compile 'com.mapzen.android:lost:3.0.4'
testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.6.1'
googleCompile 'com.google.firebase:firebase-core:11.8.0'
googleCompile 'com.crashlytics.sdk.android:crashlytics:2.9.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.mapzen.android:lost:3.0.4'
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.6.1'
googleImplementation 'com.google.firebase:firebase-core:15.0.0'
googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.1'
}
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Google")) {