Gradle improvements

This commit is contained in:
Emux
2018-01-22 11:30:48 +02:00
parent 23f48082a1
commit e36d5b53ea
5 changed files with 2 additions and 11 deletions

View File

@@ -1,9 +1,5 @@
apply plugin: 'com.android.application'
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
implementation project(':vtm-android')
implementation project(':vtm-http')