add android project

This commit is contained in:
Zhengyu Peng
2021-12-14 16:04:17 -05:00
parent 766131ecfe
commit 8a26705d7a
52 changed files with 1112 additions and 0 deletions

View File

@ -0,0 +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 = "Hexapod"
include ':app'