diff --git a/build.gradle b/build.gradle index 3663dbe..2f2308f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,10 +10,18 @@ buildscript { apply plugin: 'android' +repositories { + mavenCentral() + maven { + url "http://4thline.org/m2" + } +} + dependencies { - compile fileTree('libs/') compile 'com.android.support:appcompat-v7:18.0.+' compile 'com.android.support:mediarouter-v7:18.0.+' + compile 'org.teleal.cling:cling-core:1.0.5' + compile 'org.teleal.cling:cling-support:1.0.5' } android { diff --git a/libs/cling-core-1.0.5.jar b/libs/cling-core-1.0.5.jar deleted file mode 100644 index 8079f32..0000000 Binary files a/libs/cling-core-1.0.5.jar and /dev/null differ diff --git a/libs/cling-support-1.0.5.jar b/libs/cling-support-1.0.5.jar deleted file mode 100644 index a0ca636..0000000 Binary files a/libs/cling-support-1.0.5.jar and /dev/null differ diff --git a/libs/teleal-common-1.0.13.jar b/libs/teleal-common-1.0.13.jar deleted file mode 100644 index 2d6403e..0000000 Binary files a/libs/teleal-common-1.0.13.jar and /dev/null differ diff --git a/lint.xml b/lint.xml deleted file mode 100644 index d463a26..0000000 --- a/lint.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file