Initial commit

This commit is contained in:
Neil Alexander 2021-06-16 19:21:09 +01:00
commit 20ff7378e9
52 changed files with 2155 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "eu.neilalexander.yggdrasil",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}