Skip to content

Commit

Permalink
last changes for 4.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycr committed Oct 1, 2015
1 parent c190066 commit c352c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionName "4.2.2a"
versionName "4.2.3a"
}
sourceSets {
lightningPlus.setRoot('src/LightningPlus')
Expand All @@ -30,16 +30,16 @@ android {
lightningPlus {
buildConfigField "boolean", "FULL_VERSION", "true"
applicationId "acr.browser.lightning"
versionCode 83
versionCode 84
}
lightningLite {
buildConfigField "boolean", "FULL_VERSION", "false"
applicationId "acr.browser.barebones"
versionCode 84
versionCode 85
}
}
lintOptions {
abortOnError true
abortOnError false

This comment has been minimized.

Copy link
@alt-grr

alt-grr Oct 1, 2015

Contributor

We really should properly fix this in near future instead of silencing errors...

This comment has been minimized.

Copy link
@anthonycr

anthonycr Oct 1, 2015

Author Owner

Yes I agree, which is why I initially turned it on, but I temporarily turned it off because the travis build was doing a lot of complaining. When running lint locally in my environment I see 18 errors (which I have verified are not real problems) vs 115 that Travis CI was seeing. I need to figure out why the CI is complaining about more stuff.

}
}

Expand Down

0 comments on commit c352c33

Please sign in to comment.