Add : Web file gethering

This commit is contained in:
rl544
2025-05-09 16:56:41 +09:00
parent 2922726916
commit caa2502a1e
4 changed files with 283 additions and 124 deletions
-4
View File
@@ -19,7 +19,3 @@ subprojects {
tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}
android {
ndkVersion = "27.0.12077973"
...
}