version 24.40

This commit is contained in:
Sergio De la torre 2024-10-21 12:09:29 +02:00
parent 874a8347a5
commit 9f3d147d4c
1 changed files with 5 additions and 2 deletions

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 330
versionName = "24.38Beta"
versionCode 351
versionName = "24.40"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -157,6 +157,9 @@ dependencies {
implementation("androidx.datastore:datastore-preferences:1.1.1")
implementation 'androidx.datastore:datastore-core:1.1.1'
//qr
implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false }
implementation 'com.google.zxing:core:3.3.0'
// Compose
/* implementation(platform("androidx.compose:compose-bom:2024.02.01"))