[+] Create android project

This commit is contained in:
Azalea Gui
2023-01-23 10:59:09 -05:00
parent b54e8248bf
commit 0bd9b85e56
47 changed files with 1097 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "WearSync"
include ':app'