Library is in jcenter now
This commit is contained in:
Родитель
b66a9359f7
Коммит
39ca229417
2
Makefile
2
Makefile
|
@ -4,3 +4,5 @@ all:
|
||||||
install: all
|
install: all
|
||||||
./gradlew installDebug
|
./gradlew installDebug
|
||||||
|
|
||||||
|
clean:
|
||||||
|
./gradlew build
|
||||||
|
|
|
@ -13,7 +13,7 @@ apply plugin: 'android-sdk-manager'
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "http://dl.bintray.com/crankycoder/libMozStumbler" }
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче