This commit is contained in:
Daniele 2021-10-14 16:57:17 +02:00
parent 82810f06e1
commit 448ff4d2b3
2 changed files with 20 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "it.danieleverducci.ojo" applicationId "it.danieleverducci.ojo"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 30 targetSdkVersion 30
versionCode 1 versionCode 2
versionName "0.0.1" versionName "0.0.2"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

View File

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