Correção de bugs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user