From b84fe9a9c4c18a3f4e957f76ead34403c4316f76 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 20 Dec 2023 19:40:11 +0200 Subject: Added a simple Login and SignUp page for the web driver app --- .../processed_res/debug/out/output-metadata.json | 20 ++++++++++++++++++++ .../processed_res/debug/out/resources-debug.ap_ | Bin 0 -> 240131 bytes 2 files changed, 20 insertions(+) create mode 100644 mobile/build/app/intermediates/processed_res/debug/out/output-metadata.json create mode 100644 mobile/build/app/intermediates/processed_res/debug/out/resources-debug.ap_ (limited to 'mobile/build/app/intermediates/processed_res/debug/out') diff --git a/mobile/build/app/intermediates/processed_res/debug/out/output-metadata.json b/mobile/build/app/intermediates/processed_res/debug/out/output-metadata.json new file mode 100644 index 0000000..939cb1d --- /dev/null +++ b/mobile/build/app/intermediates/processed_res/debug/out/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "PROCESSED_RES", + "kind": "Directory" + }, + "applicationId": "com.example.carpool", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0.0", + "outputFile": "resources-debug.ap_" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/mobile/build/app/intermediates/processed_res/debug/out/resources-debug.ap_ b/mobile/build/app/intermediates/processed_res/debug/out/resources-debug.ap_ new file mode 100644 index 0000000..fad135a Binary files /dev/null and b/mobile/build/app/intermediates/processed_res/debug/out/resources-debug.ap_ differ -- cgit v1.2.3