This commit is contained in:
2026-01-12 14:07:48 +01:00
commit a910959353
27 changed files with 2024 additions and 0 deletions

7
gradlew vendored Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Gradle wrapper script placeholder
# Run './gradlew wrapper' to generate the actual wrapper files
echo "Please run 'gradle wrapper' from Android Studio or use the Gradle installation to generate wrapper files"
exit 1