mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-14 06:16:20 -06:00
Since #168 android versionName/versionCode became env-overridable, the values in build.gradle.kts live as fallback literals inside `?: "…"` at the end of each line, not as `versionName = "X"` / `versionCode = N`. The old sed/grep found no versionCode digits, so $((CODE + 1)) errored under set -e and the whole bump aborted after touching VERSION + package.json. Retarget the trailing `?: "literal"`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backup.sh | ||
| bump-version.sh | ||
| debian-13-setup.sh | ||
| finalize-release.sh | ||
| find-orphan-zone-items.js | ||
| install-service.sh | ||
| migrate-multitenancy.js | ||
| mint-billing-token.js | ||
| parity-multitenancy.js | ||
| raspberry-pi-setup.sh | ||
| remotedisplay.service | ||
| reset-admin.js | ||
| upgrade.sh | ||
| windows-setup.bat | ||