Skip to content

Commit

Permalink
Test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Feb 16, 2024
1 parent f1adec5 commit b374dc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ dependencies {
compileOnly 'de.robv.android.xposed:api:82'
compileOnly 'de.robv.android.xposed:api:82:sources'
}

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

0 comments on commit b374dc4

Please sign in to comment.