Moving to newer SDK and build framework.

This commit is contained in:
2021-09-21 22:40:59 +01:00
parent 277ae712f2
commit ea0d6d5fa6
42 changed files with 616 additions and 282 deletions

View File

@@ -1 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "banvor"
include ':app'