Upload output-metadata.json with huggingface_hub
Browse files- output-metadata.json +21 -0
output-metadata.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 3,
|
| 3 |
+
"artifactType": {
|
| 4 |
+
"type": "APK",
|
| 5 |
+
"kind": "Directory"
|
| 6 |
+
},
|
| 7 |
+
"applicationId": "com.example.hf",
|
| 8 |
+
"variantName": "debug",
|
| 9 |
+
"elements": [
|
| 10 |
+
{
|
| 11 |
+
"type": "SINGLE",
|
| 12 |
+
"filters": [],
|
| 13 |
+
"attributes": [],
|
| 14 |
+
"versionCode": 1,
|
| 15 |
+
"versionName": "1.0",
|
| 16 |
+
"outputFile": "app-debug.apk"
|
| 17 |
+
}
|
| 18 |
+
],
|
| 19 |
+
"elementType": "File",
|
| 20 |
+
"minSdkVersionForDexing": 26
|
| 21 |
+
}
|