From 4a36bc34a519ce9623a344929d5ee7f992dac23c Mon Sep 17 00:00:00 2001 From: nikhil kala Date: Fri, 4 Oct 2019 14:19:41 +0530 Subject: [PATCH] made json readable --- app/release/output.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/release/output.json b/app/release/output.json index 4267dd5..434fb20 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1,7 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":7},"path":"app-release.apk","properties":{"packageId":"com.quiz.triviazq","split":"","minSdkVersion":"15"}}] \ No newline at end of file +[ + {"outputType":{"type":"APK"}, + "apkInfo":{"type":"MAIN","splits":[],"versionCode":7}, + "path":"app-release.apk", + "properties":{"packageId":"com.quiz.triviazq","split":"","minSdkVersion":"15"} + } +]