Gradle 4 / Android plugin 3 transitive dependencies, fix #433

This commit is contained in:
Emux
2018-01-02 13:27:54 +02:00
parent 791f054f70
commit a67b2f2c91
22 changed files with 33 additions and 71 deletions

View File

@@ -18,10 +18,6 @@ sourceSets {
dependencies {
providedCompile project(':vtm-web')
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
providedCompile "org.slf4j:slf4j-api:$slf4jVersion"
providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
}