PROFiK App Commit

This commit is contained in:
2021-12-08 10:49:12 +02:00
committed by rhinemann
parent 87d576c5aa
commit aba8c979ca
69 changed files with 3249 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.rhinemann.project",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 1,
"versionName": "1.0",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}