Update project and tests
Этот коммит содержится в:
@@ -8,8 +8,8 @@ android {
|
||||
buildConfigField 'boolean', 'HIDDEN_APP', 'false'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 63
|
||||
versionName '6.2'
|
||||
versionCode 64
|
||||
versionName '6.3'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
@@ -36,18 +36,19 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.android.material:material:1.2.0-alpha06'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha01'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation 'org.robolectric:robolectric:4.1'
|
||||
googleImplementation 'com.google.firebase:firebase-core:17.3.0'
|
||||
googleImplementation 'com.google.firebase:firebase-core:17.4.3'
|
||||
googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
|
||||
googleImplementation 'com.google.firebase:firebase-analytics:17.4.3'
|
||||
googleImplementation 'com.google.android.gms:play-services-location:17.0.0'
|
||||
}
|
||||
|
||||
if (getGradle().getStartParameter().getTaskRequests().toString().contains('Google')) {
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'com.google.firebase.crashlytics'
|
||||
|
||||
task copyJson(type: Copy) {
|
||||
from '../../traccar-shared/google-services'
|
||||
|
||||
Ссылка в новой задаче
Block a user