Refresh native Git helper aliases after app upgrade

- Rebuild the app-private git-exec helper directory when the packaged native Git binary changes.
- Remove stale helper aliases before recreating symlinks/copies.
- Add regression coverage for refreshing cached Git exec aliases across binary changes.
This commit is contained in:
Joe Tretter
2026-05-11 21:48:14 -05:00
parent 4bac818571
commit 75c8396f00
3 changed files with 54 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 136
versionName = "0.1.135"
versionCode = 137
versionName = "0.1.136"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true