SyntaxFix
Write A Post
Hire A Developer
Questions
For Android Studio add the following to your top-level build.gradle file within the allprojects block
build.gradle
allprojects
tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" }