Removed prebuilt libraries, using 4thline.org maven repository instead.
This commit is contained in:
parent
10101ed224
commit
5ec9cb2271
5 changed files with 9 additions and 7 deletions
10
build.gradle
10
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 {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
lint.xml
6
lint.xml
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<issue id="InvalidPackage">
|
||||
<ignore path="libs/" />
|
||||
</issue>
|
||||
</lint>
|
Reference in a new issue