Add Android readme and sample app

This commit is contained in:
Anay Wadhera
2024-01-10 15:25:19 -08:00
parent c2ade33c9c
commit b46ef89339
37 changed files with 1118 additions and 0 deletions
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Nearby Share Demo"
include(":app")