Skip to content

Commit

Permalink
upgrade robovm to 2.3.19 (#35)
Browse files Browse the repository at this point in the history
* upgrade robovm to 2.3.19 and libGdx to 1.11.0

* fix android test project after libgdx upgrade
  • Loading branch information
klianc09 committed Apr 28, 2023
1 parent 6c892a3 commit 9e0c446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath "org.wisepersist:gwt-gradle-plugin:1.0.13"
classpath "com.android.tools.build:gradle:4.1.3"
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.12'
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.19'
}
}

Expand All @@ -20,7 +20,7 @@ allprojects {

appName = 'gdx-controllers'
gdxVersion = '1.9.11'
roboVMVersion = '2.3.16'
roboVMVersion = '2.3.19'
jamepadVersion = '2.26.4.0'

isReleaseBuild = {
Expand Down
2 changes: 2 additions & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ hs_err_pid*
.attach_pid*

## Android:
android/libs/arm64-v8a/
android/libs/armeabi/
android/libs/armeabi-v7a/
android/libs/x86/
android/libs/x86_64/
android/gen/
local.properties
com_crashlytics_export_strings.xml
Expand Down
Binary file removed test/android/libs/arm64-v8a/libgdx.so
Binary file not shown.
Binary file removed test/android/libs/x86_64/libgdx.so
Binary file not shown.

0 comments on commit 9e0c446

Please sign in to comment.