Build name "navi-x.x.x"
This commit is contained in:
@@ -10,10 +10,11 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.kouros.navigation"
|
||||
minSdk = 34
|
||||
minSdk = 30
|
||||
targetSdk = 36
|
||||
versionCode = 1
|
||||
versionName = "0.1.1"
|
||||
versionName = "0.1.2"
|
||||
setProperty("archivesBaseName", "navi-$versionName")
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
@@ -22,14 +23,14 @@ android {
|
||||
getByName("debug") {
|
||||
keyAlias = "alias"
|
||||
keyPassword = "alpha2000"
|
||||
storeFile = file("/home/kouros/work/keystore/keystore")
|
||||
storeFile = file("/home/kouros/work/keystore/keystoreDebug")
|
||||
storePassword = "alpha2000"
|
||||
}
|
||||
create("release") {
|
||||
keyAlias = "alias"
|
||||
keyPassword = "alpha2000"
|
||||
storeFile = file("/home/kouros/work/keystore/keystore")
|
||||
storePassword = "alpha2000"
|
||||
keyAlias = "release"
|
||||
keyPassword = "zeta67#g"
|
||||
storeFile = file("/home/kouros/work/keystore/keystoreRelease")
|
||||
storePassword = "zeta67#g"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user