Skip to content

Commit a05c783

Browse files
authored
Update 2024-10-17-gdx-1-13.md
1 parent 7310c56 commit a05c783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2024/2024-10-17-gdx-1-13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are looking for past changelogs, check out [this](/news/changelog/) page.
2323

2424
It has been some time since our last release, but version 1.13.0 of libGDX brings plenty of improvements and bug fixes. Check out the full list below to find out more.
2525

26-
Please note that at the moment, any desktop apps developed with version 1.13.0 seem to be incorrectly flagged by some antivirus programs. The likely cause is a [false positive of LWJGL 3's natives](https://github.com/LWJGL/lwjgl3/issues/1005). Find out more [here](https://github.com/libgdx/gdx-liftoff/issues/207).
26+
Please note that at the moment, any desktop apps developed with version 1.13.0 seem to be incorrectly flagged by some antivirus programs. The likely cause is a [false positive of LWJGL 3's natives](https://github.com/LWJGL/lwjgl3/issues/1005). Find out more [here](https://github.com/libgdx/gdx-liftoff/issues/207).
2727
{: .notice--warning}
2828

2929
## Breaking changes
@@ -32,7 +32,7 @@ The following changes require you to adapt your existing libGDX codebases:
3232

3333
- [ANDROID] The minimum API level is now `19` (Android 4.4).
3434
- [ANDROID] Removed `Input#setCatchBackKey`, `#isCatchBackKey`, `#setCatchMenuKey`, and `#isCatchMenuKey` deprecated in 1.9.10. Use `#setCatchKey` and `#isCatchKey` instead.
35-
- [ANDROID] The Android backend now depends on AndroidX. To update your old projects, add `android.useAndroidX=true` to your `gradle.properties` file and add `implementation "androidx.core:core:1.13.1"` as dependency to your Android module.
35+
- [ANDROID] The Android backend now depends on AndroidX. To update your old projects, add `android.useAndroidX=true` to your `gradle.properties` file and add `implementation "androidx.core:core:1.13.1"` as dependency to your Android module. Since libGDX 1.13.1 this dependency is provided by libGDX itself.
3636
- [ANDROID & iOS] Exceptions occurring in `Runnable` tasks scheduled through `Gdx.app.postRunnable(...)` are no longer swallowed and will crash the app. Add a protection to your tasks if required.
3737
- [GWT] Updated to [GWT 2.11.0](https://www.gwtproject.org/release-notes.html#Release_Notes_2_11_0) from 2.10.0. This improves the JRE emulation to support features from Java 11 like collections, streams, and more. To keep old projects working, add `com.google.jsinterop:jsinterop-annotations:2.0.2:sources` as dependency to your html subproject.
3838
- [iOS] The minimum supported iOS version is now 12.0. Update your `Info.plist` file if necessary.

0 commit comments

Comments
 (0)