version 24.26

This commit is contained in:
Sergio De la torre 2024-06-27 16:35:38 +02:00
parent a26a1b2198
commit 8a070607c8
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 302, "versionCode": 309,
"versionName": "24.22Beta", "versionName": "24.26Beta",
"outputFile": "app-beta-release.apk" "outputFile": "app-beta-release.apk"
} }
], ],

View File

@ -13,8 +13,8 @@ android {
applicationId "es.verdnatura" applicationId "es.verdnatura"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 33 // se deja con target si no Play Protect la bloquea targetSdkVersion 33 // se deja con target si no Play Protect la bloquea
versionCode 305 versionCode 309
versionName = "24.24Beta" versionName = "24.26"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }