MapView, Navigation to RecentPlace

This commit is contained in:
Dimitris
2025-12-01 19:45:17 +01:00
parent da209a4354
commit cddb193260
16 changed files with 346 additions and 154 deletions

View File

@@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId = "com.kouros.navigation"
minSdk = 30
minSdk = 33
targetSdk = 36
versionCode = 1
versionName = "0.1.3"
@@ -46,11 +46,11 @@ android {
// Specifies one flavor dimension.
flavorDimensions += "version"
productFlavors {
create("demo") {
dimension = "version"
applicationIdSuffix = ".demo"
versionNameSuffix = "-demo"
}
// create("demo") {
// dimension = "version"
// applicationIdSuffix = ".demo"
// versionNameSuffix = "-demo"
// }
create("full") {
dimension = "version"
applicationIdSuffix = ".full"