Use fused location provider
Этот коммит содержится в:
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.1'
|
||||
buildToolsVersion '26.0.2'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.traccar.client"
|
||||
buildConfigField "boolean", "HIDDEN_APP", "false"
|
||||
minSdkVersion 14
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 26
|
||||
versionCode 42
|
||||
versionName '5.5'
|
||||
@@ -35,11 +35,12 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:design:26.0.1'
|
||||
compile 'com.android.support:design:26.1.0'
|
||||
compile 'com.mapzen.android:lost:3.0.2'
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.robolectric:robolectric:3.4.2'
|
||||
googleCompile 'com.google.firebase:firebase-core:11.2.0'
|
||||
googleCompile 'com.google.firebase:firebase-crash:11.2.0'
|
||||
googleCompile 'com.google.firebase:firebase-core:11.6.0'
|
||||
googleCompile 'com.google.firebase:firebase-crash:11.6.0'
|
||||
}
|
||||
|
||||
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Google")) {
|
||||
|
||||
Ссылка в новой задаче
Block a user