summaryrefslogtreecommitdiff
path: root/Android/HelloAndroid/build.gradle
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-05 23:17:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-05 23:17:51 +0000
commit3ed5e71da71e50849eb9e2c3244e843bc5e38a05 (patch)
tree245443359440a9b9927660e5a48b388bce0ce820 /Android/HelloAndroid/build.gradle
parentb47db80af359e5ab3b2188573cbf42ee439a2be7 (diff)
Android: moved to IDE directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12711 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/build.gradle')
-rw-r--r--Android/HelloAndroid/build.gradle17
1 files changed, 0 insertions, 17 deletions
diff --git a/Android/HelloAndroid/build.gradle b/Android/HelloAndroid/build.gradle
deleted file mode 100644
index a4ea174d3..000000000
--- a/Android/HelloAndroid/build.gradle
+++ /dev/null
@@ -1,17 +0,0 @@
-// 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()
- }
-}