From 7673afcc4fb89ef328e0912918b52ecff1cff246 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Sun, 6 Sep 2026 21:24:49 -0300 Subject: [PATCH] =?UTF-8?q?android:=20agregar=20biometr=C3=ADa=20y=20visib?= =?UTF-8?q?ilidad=20de=20contrase=C3=B1a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android-app/app/build.gradle.kts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/android-app/app/build.gradle.kts b/android-app/app/build.gradle.kts index 7e8df72..66b1d39 100644 --- a/android-app/app/build.gradle.kts +++ b/android-app/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.korexlabs.dhinspeccion" minSdk = 26 targetSdk = 36 - versionCode = 14 - versionName = "0.10.0" + versionCode = 15 + versionName = "0.10.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -56,11 +56,14 @@ dependencies { implementation("androidx.core:core-ktx:1.17.0") implementation("androidx.activity:activity-compose:1.10.1") + implementation("androidx.fragment:fragment-ktx:1.8.9") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.9.2") implementation("androidx.compose.material3:material3") + implementation("androidx.compose.material:material-icons-extended") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-tooling-preview") + implementation("androidx.biometric:biometric:1.1.0") debugImplementation("androidx.compose.ui:ui-tooling") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")