Removed commented out line that was being compiled...
seriously, every time I compiled the free version this line got compiled as if it wasn't commented out. Regardless, it doesn't need to be there.
This commit is contained in:
parent
c352c331ad
commit
3c51870486
@ -7,7 +7,7 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionName "4.2.3a"
|
||||
versionName "4.2.3.1"
|
||||
}
|
||||
sourceSets {
|
||||
lightningPlus.setRoot('src/LightningPlus')
|
||||
@ -30,12 +30,12 @@ android {
|
||||
lightningPlus {
|
||||
buildConfigField "boolean", "FULL_VERSION", "true"
|
||||
applicationId "acr.browser.lightning"
|
||||
versionCode 84
|
||||
versionCode 85
|
||||
}
|
||||
lightningLite {
|
||||
buildConfigField "boolean", "FULL_VERSION", "false"
|
||||
applicationId "acr.browser.barebones"
|
||||
versionCode 85
|
||||
versionCode 86
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
|
@ -143,7 +143,6 @@ public class GeneralSettingsFragment extends PreferenceFragment implements Prefe
|
||||
boolean imagesBool = mPreferences.getBlockImagesEnabled();
|
||||
boolean enableJSBool = mPreferences.getJavaScriptEnabled();
|
||||
|
||||
// proxy.setEnabled(Constants.FULL_VERSION);
|
||||
cbAds.setEnabled(Constants.FULL_VERSION);
|
||||
cbFlash.setEnabled(API < 19);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user