Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
p-lr committed Sep 25, 2020
1 parent 9268a1b commit 0e82fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.peterlaurence.trekme"
minSdkVersion 24
targetSdkVersion 29
versionCode 96
versionName "2.4.2"
versionCode 97
versionName "2.4.3"
}

buildTypes {
Expand Down Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.1.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.android:flexbox:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
Expand Down

0 comments on commit 0e82fee

Please sign in to comment.