Skip to content

Commit

Permalink
bring back official gdx jnigen again
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Jun 12, 2024
1 parent 6ff3fc0 commit 2fd588b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath "com.github.Berstanio.gdx-jnigen:gdx-jnigen-gradle:$jniGenVersion"
classpath "com.badlogicgames.gdx:gdx-jnigen-gradle:$jniGenVersion"
}
}

Expand All @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation "com.github.Berstanio.gdx-jnigen:gdx-jnigen-loader:$jniGenVersion"
implementation "com.badlogicgames.gdx:gdx-jnigen-loader:$jniGenVersion"
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jniGenVersion=fix~set-android-so-extentsion
jniGenVersion=2.5.2-SNAPSHOT
gdxVersion=1.12.1
miniaudioVersion=0.5-SNAPSHOT

0 comments on commit 2fd588b

Please sign in to comment.