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",
"filters": [],
"attributes": [],
"versionCode": 302,
"versionName": "24.22Beta",
"versionCode": 309,
"versionName": "24.26Beta",
"outputFile": "app-beta-release.apk"
}
],

View File

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