From 9073a8c6bc606cab5da09a3b2d75a894959a2590 Mon Sep 17 00:00:00 2001 From: itsmaxymoo Date: Sat, 31 Dec 2022 14:07:09 -0500 Subject: [PATCH] initial release --- android/app/release/output-metadata.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 android/app/release/output-metadata.json diff --git a/android/app/release/output-metadata.json b/android/app/release/output-metadata.json new file mode 100644 index 0000000..576f890 --- /dev/null +++ b/android/app/release/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "com.itsmaxymoo.pizzavalue", + "variantName": "release", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "app-release.apk" + } + ], + "elementType": "File" +} \ No newline at end of file