dogecv / DogeCV

FTC Vision Library
https://discord.gg/colton
GNU General Public License v3.0
68 stars 64 forks source link

Fails gradle lint #34

Closed alan412 closed 4 years ago

alan412 commented 5 years ago

We are using TravisCI and DogeCV fails the gradle lint stage:

/home/travis/build/ftc16072/2019preseason/DogeCV/build.gradle:4: Error: The compileSdkVersion (23) should not be lower than the targetSdkVersion (27) [GradleCompatible] 1757 compileSdkVersion 23 1758 ~~~~

alan412 commented 5 years ago

This is the list of changes I had to make to get it to pass. (ignore the .travis.yml file that is first) https://github.com/ftc16072/2019preseason/compare/ed4ca63..6e3ca72