Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
FF-62 Disregard lint errors (FIRST-Tech-Challenge/FtcRobotController#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
e3l committed Oct 31, 2021
1 parent 56a2b5a commit 02e5be9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FtcRobotController/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ apply plugin: 'com.android.library'

android {

lintOptions {
abortOnError false
}

defaultConfig {
minSdkVersion 25
//noinspection ExpiredTargetSdkVersion
Expand All @@ -20,6 +24,7 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

}

apply from: '../build.dependencies.gradle'

0 comments on commit 02e5be9

Please sign in to comment.