Skip to content

Commit

Permalink
Update libGDX to 1.12.1 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Nov 4, 2023
1 parent 5f3ad07 commit af45c75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

ext {
appName = 'vis'
gdxVersion = '1.12.0'
gdxVersion = '1.12.1'
jnaVersion = '4.1.0'
jnaPlatformVersion = '3.5.2'
appleJavaExtensionsVersion = '1.4'
Expand Down
3 changes: 2 additions & 1 deletion ui/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#### Version: 1.5.3-SNAPSHOT (libGDX 1.12.0)
#### Version: 1.5.3-SNAPSHOT (libGDX 1.12.1)
- Updated to libGDX 1.12.1

#### Version: 1.5.2 (libGDX 1.12.0)
- Updated to libGDX 1.12.0
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/java/com/kotcrab/vis/ui/VisUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Kotcrab
*/
public class VisUI {
private static final String TARGET_GDX_VERSION = "1.12.0";
private static final String TARGET_GDX_VERSION = "1.12.1";
private static boolean skipGdxVersionCheck = false;

private static int defaultTitleAlign = Align.left;
Expand Down

0 comments on commit af45c75

Please sign in to comment.