Сравнить коммиты
| Автор | SHA1 | Дата | |
|---|---|---|---|
|
|
1dcc26b47b | ||
|
|
5580f0b6bf | ||
|
|
ddf1f0fbe0 |
@@ -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,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.6.1' // wait for preference-ktx update
|
||||
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.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 +59,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'
|
||||
}
|
||||
|
||||
|
||||
@@ -59,7 +59,9 @@
|
||||
android:exported="true"
|
||||
android:label="@string/menu_shortcuts">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.CREATE_SHORTCUT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
+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"
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user