This commit is contained in:
gowthaman
2022-01-30 15:36:27 +05:30
commit 4b7c0fb1c9
51 changed files with 1596 additions and 0 deletions

View File

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