APK download: Switch to direct download option

This commit is contained in:
Neeraj Gupta
2023-09-04 09:42:27 +05:30
parent 9d95bd16cd
commit 8cbba78bcb
4 changed files with 48 additions and 218 deletions

View File

@@ -24,6 +24,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}