Bumping version for beta
This commit is contained in:
parent
8a66a3f188
commit
b39d264d46
@ -8,7 +8,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionName "4.4.2"
|
versionName project.versionName
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -35,13 +35,13 @@ android {
|
|||||||
lightningPlus {
|
lightningPlus {
|
||||||
buildConfigField "boolean", "FULL_VERSION", "Boolean.parseBoolean(\"true\")"
|
buildConfigField "boolean", "FULL_VERSION", "Boolean.parseBoolean(\"true\")"
|
||||||
applicationId "acr.browser.lightning"
|
applicationId "acr.browser.lightning"
|
||||||
versionCode 91
|
versionCode project.versionCode_plus
|
||||||
}
|
}
|
||||||
|
|
||||||
lightningLite {
|
lightningLite {
|
||||||
buildConfigField "boolean", "FULL_VERSION", "Boolean.parseBoolean(\"false\")"
|
buildConfigField "boolean", "FULL_VERSION", "Boolean.parseBoolean(\"false\")"
|
||||||
applicationId "acr.browser.barebones"
|
applicationId "acr.browser.barebones"
|
||||||
versionCode 93
|
versionCode project.versionCode_lite
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,4 +19,8 @@ ext {
|
|||||||
minSdkVersion = 14
|
minSdkVersion = 14
|
||||||
targetSdkVersion = 25
|
targetSdkVersion = 25
|
||||||
buildToolsVersion = '25.0.2'
|
buildToolsVersion = '25.0.2'
|
||||||
|
|
||||||
|
versionName = '4.4.3'
|
||||||
|
versionCode_lite = 94
|
||||||
|
versionCode_plus = 92
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user