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

@@ -3,13 +3,8 @@ apply plugin: 'maven'
dependencies {
api project(':vtm-gdx')
file('natives').eachDir() { dir ->
api files(dir.path)
}
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
implementation 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'
implementation "org.slf4j:slf4j-api:$slf4jVersion"
api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
api 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19'
}
sourceSets {