Skip to content

Commit 41e8212

Browse files
committed
Remove duplicate workflow, disable QueryAllPackagesPermission lint
1 parent 5605835 commit 41e8212

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/android-ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ android {
5858
lint {
5959
abortOnError = false
6060
checkReleaseBuilds = false
61+
disable += "QueryAllPackagesPermission"
6162
}
6263

6364
// Custom APK naming: AppControlX-v1.0.0-debug.apk

0 commit comments

Comments
 (0)