mattprecious / telescope

A simple tool to allow easy bug report capturing within your app.
Apache License 2.0
1.18k stars 116 forks source link

Update compileSdkVersion to 25 #56

Closed NightlyNexus closed 7 years ago

NightlyNexus commented 7 years ago

(I'm sorry; I can't figure out what's failing. ./gradlew clean check works for me locally. If anybody knows what's wrong here, I'll fix it.)

JakeWharton commented 7 years ago

JDK 7 needs removed from .travis.yml since Java 8 is required to build API 25. As for the Java 8 build, there's a failing lint check. Add lintOptions which prints failures to standard out and enables the text report (check something like SQL Brite for the config).