kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
0.6.2
rodzic
12f7e9a8ce
commit
bc5b6dad6d
|
@ -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'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cabbdf51ed365b72ab995ad24b075269627f58ad
|
||||
Subproject commit b35e7fb17e80a9761145d69a288a9e87af862cab
|
Ładowanie…
Reference in New Issue