Skip to content

Commit

Permalink
Iterate build version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Apr 15, 2024
1 parent cb2b905 commit a150926
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[0.5]
- Update jniGen to 2.5.1

[0.4]
- [BREAK] Remove native logs and forward them to libGDX Logging
- Update MiniAudio to 0.11.22 [TBD]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
apply plugin: "com.badlogicgames.gdx.gdx-jnigen"

group 'games.rednblack.miniaudio'
version '0.4'
version '0.5'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jniGenVersion=2.3.1
jniGenVersion=2.5.1
gdxVersion=1.12.1
miniaudioVersion=0.4-SNAPSHOT
miniaudioVersion=0.5-SNAPSHOT
3 changes: 2 additions & 1 deletion jni/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Android.mk
Application.mk
jni-headers
target
memcpy_wrap.c
memcpy_wrap.c
Info.plist

0 comments on commit a150926

Please sign in to comment.