Skip to content

Commit 049329a

Browse files
Enable -Xlint:deprecation (#287)
1 parent e78d3d6 commit 049329a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

android/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ allprojects {
88
}
99
}
1010
}
11+
12+
gradle.projectsEvaluated {
13+
tasks.withType(JavaCompile) {
14+
options.compilerArgs << "-Xlint:deprecation"
15+
}
16+
}
1117
}
1218

1319
rootProject.buildDir = '../build'

0 commit comments

Comments
 (0)