add missing gradle-wrapper.jar to fix gradlew
The jar was never committed (caught by *.jar in .gitignore). Added a specific exception so future wrapper jars stay tracked. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,7 @@ gradle-app.setting
|
|||||||
# native lib outputs
|
# native lib outputs
|
||||||
project-classes/
|
project-classes/
|
||||||
*.jar
|
*.jar
|
||||||
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
*.dex
|
*.dex
|
||||||
# Android Studio
|
# Android Studio
|
||||||
bin/
|
bin/
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user