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

Binary file not shown.

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">

BIN
app.apk

Binary file not shown.

3
app/.gitignore vendored
View file

@ -1 +1,2 @@
/build
/app/build
/app/release

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"
}

View file

@ -7,7 +7,7 @@
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="USB keyboard"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.USBKbdJava"