Pandroid UI

This commit is contained in:
GabrielBRDeveloper 2023-12-16 23:22:11 -04:00
parent ab37cb571d
commit 3298bd14db
56 changed files with 1741 additions and 77 deletions

View file

@ -38,5 +38,7 @@ android {
dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.preference:preference:1.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.code.gson:gson:2.10.1")
}