Skip to content

Commit

Permalink
Error control
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 13, 2021
1 parent 7d8504b commit 5c6e9e9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Binary file added app/debug/app-debug.apk
Binary file not shown.
18 changes: 18 additions & 0 deletions app/debug/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.euronba",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-debug.apk"
}
]
}
Binary file added app/release/app-release.apk
Binary file not shown.
18 changes: 18 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.euronba",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}

0 comments on commit 5c6e9e9

Please sign in to comment.