ajustes logo e navigação tela historico

This commit is contained in:
Reginaldo
2023-08-16 11:25:47 -03:00
parent 21aa9e8e1c
commit 94a181e767
28 changed files with 38 additions and 129 deletions

View File

@@ -1,7 +1,13 @@
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
maven {
url 'https://maven.google.com/'
name 'Google'
}
maven {
url 'https://mvnrepository.com/artifact/com.android.tools.lint/lint-gradle-api'
}
mavenCentral()
}
@@ -13,8 +19,14 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
maven {
url 'https://mvnrepository.com/artifact/com.android.tools.lint/lint-gradle-api'
}
}
}