diff options
Diffstat (limited to '.buckconfig')
-rw-r--r-- | .buckconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.buckconfig b/.buckconfig new file mode 100644 index 000000000..934256cb2 --- /dev/null +++ b/.buckconfig @@ -0,0 +1,6 @@ + +[android] + target = Google Inc.:Google APIs:23 + +[maven_repositories] + central = https://repo1.maven.org/maven2 |