Update project files
Этот коммит содержится в:
@@ -1,12 +1,12 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
applicationId 'org.traccar.manager'
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 23
|
||||
versionName '2.12'
|
||||
}
|
||||
@@ -26,12 +26,12 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
||||
googleImplementation 'com.google.firebase:firebase-core:17.5.0'
|
||||
googleImplementation 'com.google.firebase:firebase-analytics:17.5.0'
|
||||
googleImplementation 'com.google.firebase:firebase-messaging:20.2.4'
|
||||
googleImplementation 'com.google.firebase:firebase-crashlytics:17.2.1'
|
||||
googleImplementation 'com.google.firebase:firebase-core:19.0.0'
|
||||
googleImplementation 'com.google.firebase:firebase-analytics:19.0.0'
|
||||
googleImplementation 'com.google.firebase:firebase-messaging:22.0.0'
|
||||
googleImplementation 'com.google.firebase:firebase-crashlytics:18.0.1'
|
||||
}
|
||||
|
||||
if (getGradle().getStartParameter().getTaskRequests().toString().contains('Google')) {
|
||||
|
||||
Ссылка в новой задаче
Block a user