File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId ' org.traccar.manager'
99 minSdkVersion 19
1010 targetSdkVersion 33
11- versionCode 35
12- versionName ' 3.4 '
11+ versionCode 36
12+ versionName ' 4.0 '
1313 multiDexEnabled true
1414 }
1515 namespace ' org.traccar.manager'
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.7.20 '
2+ ext. kotlin_version = ' 1.8.0 '
33 repositories {
44 google()
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:7.3 .1'
9- classpath ' com.google.gms:google-services:4.3.14 '
10- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.2 '
8+ classpath ' com.android.tools.build:gradle:7.4 .1'
9+ classpath ' com.google.gms:google-services:4.3.15 '
10+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.4 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 }
1313}
You can’t perform that action at this time.
0 commit comments