Browse Source

android: enable deprecation warnings

android
Sigrid Solveig Haflínudóttir 4 years ago
parent
commit
5137db7df0
  1. 9
      src/android/build.gradle

9
src/android/build.gradle

@ -1,5 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.deprecation = true
}
}
}
buildscript {
repositories {
mavenCentral()

Loading…
Cancel
Save