summaryrefslogtreecommitdiff
path: root/vdrmanager/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/build.gradle')
-rw-r--r--vdrmanager/build.gradle8
1 files changed, 7 insertions, 1 deletions
diff --git a/vdrmanager/build.gradle b/vdrmanager/build.gradle
index f4d8c54..ce2c909 100644
--- a/vdrmanager/build.gradle
+++ b/vdrmanager/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
- jcenter()
+ jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
@@ -10,6 +10,12 @@ buildscript {
allprojects {
repositories {
+ maven {
+ url "http://www.hampelratte.org/maven/snapshots"
+ }
+ maven {
+ url "http://www.hampelratte.org/maven/releases"
+ }
jcenter()
}
}