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:
2026-05-26 22:09:59 -07:00
co-authored by Claude Opus 4.7
parent b30427d862
commit aca180cf20
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ gradle-app.setting
# native lib outputs
project-classes/
*.jar
!gradle/wrapper/gradle-wrapper.jar
*.dex
# Android Studio
bin/
Binary file not shown.