Switch to release APK, not debug

This commit is contained in:
askiiart 2023-09-09 15:24:00 -05:00
parent 90ebe6bb19
commit 1d7209d016
No known key found for this signature in database
GPG key ID: 839CB93C6E6B133B
16 changed files with 23 additions and 3 deletions

BIN
app/release/app-release.apk Normal file

Binary file not shown.

View file

@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "net.askiiart.usbkeyboard",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}