Skip to content

Commit

Permalink
Demo release
Browse files Browse the repository at this point in the history
  • Loading branch information
8kt8 committed Feb 12, 2022
1 parent 9a6780f commit 3d9f60a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added app/Untitled
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
variant ->
variant.outputs.each {
output ->
def name = "GIPHY_DEMO.apk"
def name = "DEMO.apk"
output.outputFileName = name
}
}
Expand Down
Binary file added app/release/DEMO.apk
Binary file not shown.
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.unrd",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "DEMO.apk"
}
],
"elementType": "File"
}

0 comments on commit 3d9f60a

Please sign in to comment.