inclusão da api e ajustes no login

This commit is contained in:
Reginaldo
2023-05-31 17:18:33 -03:00
parent 52504d8d05
commit 9e27ea48a4
5 changed files with 255 additions and 57 deletions

View File

@@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}