This commit is contained in:
Daniele 2022-02-01 18:57:27 +01:00
parent e4fa5a7169
commit ab7f844447
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "it.danieleverducci.ojo" applicationId "it.danieleverducci.ojo"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 3 versionCode 4
versionName "0.0.3" versionName "0.1.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

View File

@ -10,8 +10,8 @@
{ {
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 2, "versionCode": 4,
"versionName": "0.0.2", "versionName": "0.1.0",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]