Reroute
This commit is contained in:
@@ -12,25 +12,25 @@ android {
|
||||
applicationId = "com.kouros.navigation"
|
||||
minSdk = 33
|
||||
targetSdk = 36
|
||||
versionCode = 1
|
||||
versionName = "0.1.3"
|
||||
versionCode = 2
|
||||
versionName = "0.1.3.1"
|
||||
setProperty("archivesBaseName", "navi-$versionName")
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
// getByName("debug") {
|
||||
// keyAlias = "alias"
|
||||
// keyPassword = "alpha2000"
|
||||
// storeFile = file("/home/kouros/work/keystore/keystoreRelease")
|
||||
// storePassword = "alpha2000"
|
||||
// }
|
||||
getByName("debug") {
|
||||
keyAlias = "release"
|
||||
keyPassword = "zeta67#gAe3aN3"
|
||||
storeFile = file("/home/kouros/work/keystore/keystoreRelease")
|
||||
storePassword = "zeta67#gAe3aN3"
|
||||
}
|
||||
create("release") {
|
||||
keyAlias = "release"
|
||||
keyPassword = "zeta67#g"
|
||||
keyPassword = "zeta67#gAe3aN3"
|
||||
storeFile = file("/home/kouros/work/keystore/keystoreRelease")
|
||||
storePassword = "zeta67#g"
|
||||
storePassword = "zeta67#gAe3aN3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
@@ -87,11 +87,15 @@ dependencies {
|
||||
implementation(project(":common:car"))
|
||||
implementation(libs.play.services.location)
|
||||
implementation(libs.androidx.compose.runtime)
|
||||
implementation(libs.androidx.navigation.compose)
|
||||
implementation(libs.androidx.compose.ui.tooling.preview)
|
||||
implementation(libs.androidx.compose.material3.window.size.class1)
|
||||
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
androidTestImplementation(platform(libs.androidx.compose.bom))
|
||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user