Build fails due to com.android.application.*8.12.0 flagged by scanner [ com.maazm7d.quickse ]
Hi @linsui @flossboxin @licaon-kter ,
When building QuickSE on the F-Droid server, the build fails because the scanner flags the official Android Gradle plugin line in build.gradle.kts:
id("com.android.application") version "8.12.0" apply false
Excerpt from the build log:
ERROR: Found usual suspect 'com.android.application.*8.12.0' at build.gradle.kts
Could not build app com.maazm7d.quickse: Can't build due to 1 error while scanning
If possible, please let me know the fix or feel free to open a PR to adjust the configuration so it passes the F-Droid scan.
Thanks
Edited by M A A Z