google / grafika

Grafika test app
Apache License 2.0
6.07k stars 1.46k forks source link

make sure app builds and lints #110

Open chemag opened 4 years ago

chemag commented 4 years ago

Tested:

$ ANDROID_HOME=/opt/android_sdk ./gradlew build

> Task :app:lint
Ran lint on variant debug: 96 issues found
Ran lint on variant release: 96 issues found
Wrote HTML report to file:///.../grafika/app/build/reports/lint-results.html
Wrote XML report to file:///.../grafika/app/build/reports/lint-results.xml

BUILD SUCCESSFUL in 3s
53 actionable tasks: 1 executed, 52 up-to-date