Skip to content

Commit

Permalink
deps: Use jnigen 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Dec 19, 2023
1 parent fb90934 commit bfba2d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath "com.badlogicgames.gdx:gdx-jnigen-gradle:2.5.0"
classpath "com.badlogicgames.gdx:gdx-jnigen-gradle:2.5.1"
}
}

Expand Down Expand Up @@ -57,7 +57,7 @@ java {
version project.getProperty('version') + (isReleaseBuild() ? "" : "-SNAPSHOT")

dependencies {
api "com.badlogicgames.gdx:gdx-jnigen-loader:2.5.0"
api "com.badlogicgames.gdx:gdx-jnigen-loader:2.5.1"

testImplementation "com.badlogicgames.gdx:gdx:$gdxVersion"
testImplementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
Expand All @@ -74,7 +74,7 @@ ext.getSdl2CFlags = { workingDir ->
return "";
}
}

def output = new ByteArrayOutputStream()
project.exec {
commandLine executable, '--cflags'
Expand All @@ -95,7 +95,7 @@ ext.getSdl2StaticLibs = { workingDir ->
return "";
}
}

def output = new ByteArrayOutputStream()
project.exec {
commandLine executable, '--static-libs'
Expand Down

0 comments on commit bfba2d9

Please sign in to comment.