8 lines
230 B
Bash
Executable File
8 lines
230 B
Bash
Executable File
#!/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
|