Browse Source

Bugfix bump... hopefully last one before merge to master and full release

master
Anthony Restaino 8 years ago
parent
commit
008e61b5a8
  1. 6
      app/build.gradle

6
app/build.gradle

@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionName "4.3.1" versionName "4.3.2"
generatedDensities = [] generatedDensities = []
} }
@ -40,13 +40,13 @@ android {
lightningPlus { lightningPlus {
buildConfigField "boolean", "FULL_VERSION", "true" buildConfigField "boolean", "FULL_VERSION", "true"
applicationId "acr.browser.lightning" applicationId "acr.browser.lightning"
versionCode 86 versionCode 87
} }
lightningLite { lightningLite {
buildConfigField "boolean", "FULL_VERSION", "false" buildConfigField "boolean", "FULL_VERSION", "false"
applicationId "acr.browser.barebones" applicationId "acr.browser.barebones"
versionCode 88 versionCode 89
} }
} }

Loading…
Cancel
Save