Lint tweaks

pull/795/head
Alex Baker 6 years ago
parent e8dfc3647b
commit 364b87ebee

@ -27,7 +27,7 @@ before_install:
- adb shell input keyevent 82 &
script:
- ./gradlew :app:lintGoogleplayDebug
- ./gradlew :app:lintGoogleplayRelease
- ./gradlew :app:createGoogleplayDebugAndroidTestCoverageReport
after_success:

@ -12,6 +12,7 @@ android {
lintConfig file("lint.xml")
textOutput 'stdout'
textReport true
ignoreTestSources true
}
compileSdkVersion 28

Loading…
Cancel
Save