Removed prebuilt libraries, using 4thline.org maven repository instead.

This commit is contained in:
Felix Ableitner 2014-04-23 20:38:45 +02:00
parent 10101ed224
commit 5ec9cb2271
5 changed files with 9 additions and 7 deletions

View file

@ -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 {

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage">
<ignore path="libs/" />
</issue>
</lint>