Correção de bugs

This commit is contained in:
2026-03-18 10:37:27 +00:00
parent 347b916c53
commit 53c5839750
77 changed files with 4921 additions and 1166 deletions

View File

@@ -32,6 +32,12 @@ android {
}
dependencies {
implementation("androidx.biometric:biometric:1.2.0-alpha05")
implementation("com.airbnb.android:lottie:6.3.0")
implementation("com.github.bumptech.glide:glide:4.15.1")
annotationProcessor("com.github.bumptech.glide:compiler:4.15.1")
implementation("com.google.ai.client.generativeai:generativeai:0.9.0")
implementation("com.google.guava:guava:31.1-android")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.13.0")
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
@@ -40,6 +46,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")
implementation(libs.activity)
implementation(libs.constraintlayout)
implementation(libs.generativeai)
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)