diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-15 07:04:24 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-15 07:04:24 +0000 |
| commit | 9124d1390a0655f62b1de859c2ce0c353c4d9c45 (patch) | |
| tree | cacd8d39cce7f2e6918bd1460fc087ad81c8ca6b /android-app/app/build/outputs/apk/debug/output-metadata.json | |
| parent | cc76e4f3cc4e4d958f398ed2899a8d653815985b (diff) | |
chore: untrack build artifacts from git
build/ was previously committed by mistake. .gitignore already has
**/build/ so these files will no longer be tracked going forward.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/build/outputs/apk/debug/output-metadata.json')
| -rw-r--r-- | android-app/app/build/outputs/apk/debug/output-metadata.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/android-app/app/build/outputs/apk/debug/output-metadata.json b/android-app/app/build/outputs/apk/debug/output-metadata.json deleted file mode 100644 index 0e98a35..0000000 --- a/android-app/app/build/outputs/apk/debug/output-metadata.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "APK", - "kind": "Directory" - }, - "applicationId": "org.terst.nav", - "variantName": "debug", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "attributes": [], - "versionCode": 1, - "versionName": "1.0", - "outputFile": "app-debug.apk" - } - ], - "elementType": "File", - "minSdkVersionForDexing": 24 -}
\ No newline at end of file |
