Up version number, fix build error.
This commit is contained in:
parent
c67a1108cd
commit
f761383fc4
@ -3,7 +3,7 @@ sudo: false
|
|||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- build-tools-22.0.1
|
- build-tools-22.0.1
|
||||||
- build-tools-23.0.0
|
- build-tools-23.0.1
|
||||||
- android-23
|
- android-23
|
||||||
- android-22
|
- android-22
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
|
@ -7,7 +7,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionName "4.2.0a"
|
versionName "4.2.1a"
|
||||||
}
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
lightningPlus.setRoot('src/LightningPlus')
|
lightningPlus.setRoot('src/LightningPlus')
|
||||||
@ -30,12 +30,12 @@ android {
|
|||||||
lightningPlus {
|
lightningPlus {
|
||||||
buildConfigField "boolean", "FULL_VERSION", "true"
|
buildConfigField "boolean", "FULL_VERSION", "true"
|
||||||
applicationId "acr.browser.lightning"
|
applicationId "acr.browser.lightning"
|
||||||
versionCode 81
|
versionCode 82
|
||||||
}
|
}
|
||||||
lightningLite {
|
lightningLite {
|
||||||
buildConfigField "boolean", "FULL_VERSION", "false"
|
buildConfigField "boolean", "FULL_VERSION", "false"
|
||||||
applicationId "acr.browser.barebones"
|
applicationId "acr.browser.barebones"
|
||||||
versionCode 82
|
versionCode 83
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user