Skip to content

Commit

Permalink
Remove unneeded compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanchon committed Aug 9, 2017
1 parent c47cbc9 commit 35d337d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ dependencies {
//compile 'com.google.guava:guava:18.0'
}

compileJava {
options.compilerArgs << '-Xlint:unchecked' << '-Xlint:deprecation'
}

def sharedManifest = manifest {
attributes(
'Implementation-Title': 'multidexlib2',
Expand Down

0 comments on commit 35d337d

Please sign in to comment.