This commit is contained in:
Victor Ng 2015-03-25 10:37:51 -04:00
Родитель b66a9359f7
Коммит 39ca229417
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

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