Gradle 4 and Android plugin 3, fix #433

This commit is contained in:
Emux
2017-10-29 18:52:55 +02:00
parent df5bcd583f
commit cbdeb58c2f
27 changed files with 228 additions and 236 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'java-library'
dependencies {
compile "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
}
sourceSets {