Skip to content

Commit

Permalink
Remove test task
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Feb 16, 2024
1 parent 6212dec commit 6c053ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,8 @@ android {
}

dependencies {
// noinspection GradleCompatible
//noinspection GradleCompatible
implementation 'com.android.support:customtabs:27.0.1'
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 6c053ae

Please sign in to comment.