version Beta 23.46 v237

This commit is contained in:
Sergio De la torre 2023-11-16 16:45:57 +01:00
parent fcb3f12f90
commit 60e2e1e2e7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ android {
applicationId "es.verdnatura" applicationId "es.verdnatura"
minSdkVersion 24 //21 minSdkVersion 24 //21
targetSdkVersion 33 targetSdkVersion 33
versionCode 236 versionCode 237
versionName = "23.46Beta" versionName = "23.46Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -75,7 +75,7 @@ class itemShelvingLogFragment(
} }
public override fun onResume() { override fun onResume() {
Log.d("VERDNATURA::","has vuelto") Log.d("VERDNATURA::","has vuelto")
super.onResume() super.onResume()
} }