suppretion apk et suppresion du dossier apk dans gitignore

This commit is contained in:
marc
2020-09-14 13:42:51 +02:00
parent a7e72f96f1
commit 146c179fcc
3 changed files with 1 additions and 20 deletions
+1
View File
@@ -13,3 +13,4 @@
/captures /captures
.externalNativeBuild .externalNativeBuild
.cxx .cxx
app/release/
Binary file not shown.
-20
View File
@@ -1,20 +0,0 @@
{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.iutlaval.myapplication",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 1,
"versionName": "1.0",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}