This commit is contained in:
Emux
2021-10-15 16:23:51 +03:00
committed by GitHub
parent a184e25348
commit 44a1756229
36 changed files with 335 additions and 306 deletions

View File

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