Browse Source

4.4.1 hotfix version update

master
Anthony Restaino 8 years ago
parent
commit
22ccb6836e
  1. 6
      app/build.gradle

6
app/build.gradle

@ -9,7 +9,7 @@ android { @@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionName "4.4.0"
versionName "4.4.1"
vectorDrawables.useSupportLibrary = true
}
@ -36,13 +36,13 @@ android { @@ -36,13 +36,13 @@ android {
lightningPlus {
buildConfigField "boolean", "FULL_VERSION", "true"
applicationId "acr.browser.lightning"
versionCode 89
versionCode 90
}
lightningLite {
buildConfigField "boolean", "FULL_VERSION", "false"
applicationId "acr.browser.barebones"
versionCode 91
versionCode 92
}
}

Loading…
Cancel
Save