Skip to content

Commit

Permalink
lint:unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed May 10, 2024
1 parent 02b7246 commit c852f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ dependencies {
}

tasks.withType(JavaCompile).configureEach {
options.compilerArgs += "-Xlint:deprecation"
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
}

0 comments on commit c852f20

Please sign in to comment.