Recent Places Sort by navigations, DEVIATION Maximum

This commit is contained in:
Dimitris
2026-05-30 10:22:27 +02:00
parent 21d9688b99
commit df1ceb5c44
7 changed files with 20 additions and 25 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 37
versionCode = 118
versionName = "0.3.1.118"
versionCode = 121
versionName = "0.3.1.121"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -243,7 +243,7 @@ private fun SearchPlaces(
latitude = place.lat.toDouble(),
postalCode = place.address.postcode,
city = place.address.city,
street = place.address.road
street = place.address.road,
)
viewModel.saveRecent(context, pl)
val toLocation =