Skip to content

Commit

Permalink
Update MobiVM to 2.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Oct 22, 2024
1 parent f10b7fc commit cd864ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[1.13.1]
- iOS: Update to MobiVM 2.3.22
- Change visibility of PolygonSpriteBatch.switchTexture() to protected

[1.13.0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class DependencyBank {
static String libgdxVersion = "1.13.1";
// Temporary snapshot version, we need a more dynamic solution for pointing to the latest nightly
static String libgdxNightlyVersion = "1.13.1-SNAPSHOT";
static String roboVMVersion = "2.3.21";
static String roboVMVersion = "2.3.22";
static String buildToolsVersion = "33.0.2";
static String androidAPILevel = "33";
static String androidMinAPILevel = "19";
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {

versions.java = project.hasProperty("javaVersion") ? Integer.parseInt(project.getProperty("javaVersion")) : 7
versions.javaLwjgl3 = project.hasProperty("javaVersion") ? Integer.parseInt(project.getProperty("javaVersion")) : 8
versions.robovm = "2.3.21"
versions.robovm = "2.3.22"
versions.gwt = "2.11.0"
versions.gwtPlugin = "1.1.29"
versions.jsinteropAnnotations = "2.0.2"
Expand Down

0 comments on commit cd864ad

Please sign in to comment.