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

@@ -1,7 +1,7 @@
apply plugin: 'java-library'
dependencies {
implementation "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
api "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
}
sourceSets {