Melhoramentos nos designs todos e correção de erros

This commit is contained in:
2026-03-10 15:42:51 +00:00
parent 05308a944e
commit 347b916c53
72 changed files with 4467 additions and 415 deletions

View File

@@ -4,9 +4,7 @@ plugins {
android {
namespace = "com.example.finzora"
compileSdk {
version = release(36)
}
compileSdk = 36
defaultConfig {
applicationId = "com.example.finzora"
@@ -34,8 +32,12 @@ android {
}
dependencies {
implementation(libs.appcompat)
implementation(libs.material)
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.13.0")
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")
implementation("androidx.viewpager2:viewpager2:1.1.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation(libs.activity)
implementation(libs.constraintlayout)
testImplementation(libs.junit)