summaryrefslogtreecommitdiff
path: root/Android/HelloAndroid/build.gradle
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-02 16:30:45 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-02 16:30:45 +0000
commit9e29ea8a00538ea6d605945bc368295830c0d487 (patch)
treed2d61be3accde3d3bcc94ed90dac05d6f5439e13 /Android/HelloAndroid/build.gradle
parentf01eb0ec25d88451bb36c7ba070d60213b3cb8b3 (diff)
Commiting Android sample project structure
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12694 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/build.gradle')
-rw-r--r--Android/HelloAndroid/build.gradle17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android/HelloAndroid/build.gradle b/Android/HelloAndroid/build.gradle
new file mode 100644
index 000000000..a4ea174d3
--- /dev/null
+++ b/Android/HelloAndroid/build.gradle
@@ -0,0 +1,17 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+buildscript {
+ repositories {
+ jcenter()
+ google()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.0.1'
+ }
+}
+
+allprojects {
+ repositories {
+ jcenter()
+ google()
+ }
+}