From dde00c0f8e4571b6253a8c65598e1de7d905e742 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 13 Mar 2026 23:47:20 +0000 Subject: fix: resolve MapLibre 11.x migration issues and layout/resource errors --- .../debug/processDebugManifest/AndroidManifest.xml | 162 +++++++++++++++++++++ .../processDebugManifest/output-metadata.json | 20 +++ 2 files changed, 182 insertions(+) create mode 100644 android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml create mode 100644 android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json (limited to 'android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest') diff --git a/android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml b/android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml new file mode 100644 index 0000000..4d32e28 --- /dev/null +++ b/android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json b/android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json new file mode 100644 index 0000000..a408859 --- /dev/null +++ b/android-app/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "org.terst.nav", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ], + "elementType": "File" +} \ No newline at end of file -- cgit v1.2.3