diff options
Diffstat (limited to 'platform/android/example/build.gradle')
-rw-r--r-- | platform/android/example/build.gradle | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/platform/android/example/build.gradle b/platform/android/example/build.gradle new file mode 100644 index 00000000..d92ef895 --- /dev/null +++ b/platform/android/example/build.gradle @@ -0,0 +1,18 @@ +// 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-experimental:0.6.0-alpha9' + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +allprojects { + repositories { + jcenter() + } +} |