Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Mar 30, 2024
1 parent fb6224a commit 5bcf278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'org.traccar.client'
minSdkVersion 16
targetSdkVersion 34
versionCode 83
versionName '7.2'
versionCode 84
versionName '7.3'
multiDexEnabled true
}
namespace 'org.traccar.client'
Expand Down Expand Up @@ -54,7 +54,7 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.core:core-ktx:1.12.0'
Expand All @@ -70,7 +70,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.1'
googleImplementation 'com.google.android.gms:play-services-location:21.2.0'
googleImplementation 'com.google.android.play:core:1.10.3'
}

Expand Down

0 comments on commit 5bcf278

Please sign in to comment.