Skip to content

Commit

Permalink
Update failing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thisjustin123 committed Oct 3, 2024
1 parent 9a4493e commit a0c40d4
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 @@ -23,8 +23,8 @@ android {
applicationId "com.cornellappdev.android.eatery"
minSdk 28
targetSdk 34
versionCode 70
versionName "blue-1.0.1-crashfix"
versionCode 71
versionName "compare-menus"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -77,7 +77,7 @@ kapt {

dependencies {
testImplementation 'junit:junit:4.12'
def nav_version = "2.5.3"
def nav_version = "2.8.2"
def compose_version = "1.3.1"

implementation 'com.google.android.gms:play-services-location:21.0.1'
Expand Down

0 comments on commit a0c40d4

Please sign in to comment.