MapView, Navigation to RecentPlace
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user