Этот коммит содержится в:
Anton Tananaev
2023-01-25 07:28:33 -08:00
родитель ddf1f0fbe0
Коммит 5580f0b6bf
2 изменённых файлов: 6 добавлений и 6 удалений
+5 -5
Просмотреть файл
@@ -9,8 +9,8 @@ android {
buildConfigField 'boolean', 'HIDDEN_APP', 'false'
minSdkVersion 16
targetSdkVersion 33
versionCode 79
versionName '6.18'
versionCode 80
versionName '6.19'
multiDexEnabled true
}
namespace 'org.traccar.client'
@@ -44,10 +44,10 @@ android {
}
dependencies {
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.test:core-ktx:1.4.0'
implementation 'androidx.test:core-ktx:1.5.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.github.judemanutd:autostarter:1.1.0'
@@ -60,7 +60,7 @@ dependencies {
googleImplementation 'com.google.firebase:firebase-core'
googleImplementation 'com.google.firebase:firebase-analytics'
googleImplementation 'com.google.firebase:firebase-crashlytics'
googleImplementation 'com.google.android.gms:play-services-location:21.0.0'
googleImplementation 'com.google.android.gms:play-services-location:21.0.1'
googleImplementation 'com.google.android.play:core:1.10.3'
}
+1 -1
Просмотреть файл
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}