Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Ignore NewApi lint check (temporarily) due to Travis issue
Browse files Browse the repository at this point in the history
More details about the Travis issue can be found here:
travis-ci/travis-ci#8676
  • Loading branch information
miankhalid committed Nov 3, 2017
1 parent 60e7495 commit 63d9e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OpenEdXMobile/build.gradle
Expand Up @@ -378,8 +378,9 @@ android {
* This is a bug that is fixed in the up-coming Android Studio 2.4 release.
* Link to issue: https://issuetracker.google.com/issues/37630182
*/
//TODO: Remove the following line after we upgrade to Android Studio 2.4
disable 'GradleCompatible'
//TODO: Remove GradleCompatible after we upgrade to Android Studio 2.4
//TODO: Remove NewApi after this issue on Travis gets resolved: https://github.com/travis-ci/travis-ci/issues/8676
disable 'GradleCompatible', 'NewApi'
}

productFlavors {
Expand Down

0 comments on commit 63d9e07

Please sign in to comment.