From 055789a512c5a70942bb1828563dad674d0afa54 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Mon, 18 Jun 2018 23:34:43 -0400 Subject: [PATCH] Update output.json --- mobile_security/output.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/mobile_security/output.json b/mobile_security/output.json index 9f0c959..17dab05 100644 --- a/mobile_security/output.json +++ b/mobile_security/output.json @@ -1 +1,23 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[ + { + "outputType": { + "type": "APK" + }, + "apkInfo": { + "type": "MAIN", + "splits": [ + + ], + "versionCode": 1, + "versionName": "1.0", + "enabled": true, + "outputFile": "app-release.apk", + "fullName": "release", + "baseName": "release" + }, + "path": "app-release.apk", + "properties": { + + } + } +]