diff --git a/app/build.gradle b/app/build.gradle index e15dca3a4..c44608374 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 versionCode 160 - versionName "0.6.0" + versionName "0.6.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -124,7 +124,7 @@ dependencies { implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.1.0' // mapbox specifies a really old version of okhttp3 which causes lots of API warnings. trying a newer version - implementation 'com.squareup.okhttp3:okhttp:4.5.0' + implementation 'com.squareup.okhttp3:okhttp:4.6.0' // location services implementation 'com.google.android.gms:play-services-location:17.0.0' diff --git a/app/src/main/proto b/app/src/main/proto index cabbdf51e..b35e7fb17 160000 --- a/app/src/main/proto +++ b/app/src/main/proto @@ -1 +1 @@ -Subproject commit cabbdf51ed365b72ab995ad24b075269627f58ad +Subproject commit b35e7fb17e80a9761145d69a288a9e87af862cab