aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-17 16:41:42 -0700
committerKenny Root <kenny@the-b.org>2015-07-18 01:05:32 -0700
commit5531342e2b1b4a721947063836e15171bed8a3ac (patch)
treef1c2c783a104603f5340e87b4d098915873e9ae6 /build.gradle
parenta303d63569a47ea5d9d54d699cd7d62752132b69 (diff)
downloadsshlib-5531342e2b1b4a721947063836e15171bed8a3ac.tar.gz
sshlib-5531342e2b1b4a721947063836e15171bed8a3ac.tar.bz2
sshlib-5531342e2b1b4a721947063836e15171bed8a3ac.zip
Set up initial skeleton of project
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle19
1 files changed, 19 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..9405f3f
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,19 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+ repositories {
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:1.2.3'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ jcenter()
+ }
+}