Skip to content

Commit

Permalink
Fix typo and suppress lint check in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Sep 21, 2019
1 parent 399bccb commit 932f397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ task clean(type: Delete) {

task printR8Version() {
try {
//noinspection UnnecessaryQualifiedReference
println "R8 version: " + com.android.tools.r8.Version.getVersionString()
} catch (ignored) {
println 'R8 version: unkown'
println 'R8 version: unknown'
}
}

0 comments on commit 932f397

Please sign in to comment.