Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Mar 10, 2019
1 parent cbabcd3 commit 2b3cfc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ allprojects {
google()
}

tasks.withType(JavaCompile) {
options.deprecation = true
}
// tasks.withType(JavaCompile) {
// options.deprecation = true
// }
}

apply plugin: 'com.android.application'
Expand Down

0 comments on commit 2b3cfc1

Please sign in to comment.