11[ ![ GitHub Build] ( https://github.com/libktx/ktx/workflows/build/badge.svg )] ( https://github.com/libktx/ktx/actions?query=workflow%3Abuild )
2- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.9.25 -orange.svg )] ( http://kotlinlang.org/ )
3- [ ![ libGDX] ( https://img.shields.io/badge/libgdx-1.12 .1-red.svg )] ( https://libgdx.com/ )
2+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.1.10 -orange.svg )] ( http://kotlinlang.org/ )
3+ [ ![ libGDX] ( https://img.shields.io/badge/libgdx-1.13 .1-red.svg )] ( https://libgdx.com/ )
44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.libktx/ktx-async.svg )] ( https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.libktx%22 )
55
66[ ![ KTX] ( .github/ktx-logo.png " KTX ")] ( http://libktx.github.io )
@@ -221,7 +221,7 @@ with the `ktx-app` identifier would require the following changes in your `build
221221// Groovy DSL:
222222ext {
223223 // Update this version to match the latest KTX release:
224- ktxVersion = '1.12 .1-rc2 '
224+ ktxVersion = '1.13 .1-rc1 '
225225}
226226
227227dependencies {
@@ -235,7 +235,7 @@ dependencies {
235235
236236``` kotlin
237237// Update this version to match the latest KTX release:
238- val ktxVersion = " 1.12 .1-rc2 "
238+ val ktxVersion = " 1.13 .1-rc1 "
239239
240240dependencies {
241241 api(group = " io.github.libktx" , name = " ktx-app" , version = ktxVersion)
@@ -305,7 +305,7 @@ repositories {
305305
306306ext {
307307 // Update this version to match the latest libGDX release:
308- ktxVersion = '1.12 .1-SNAPSHOT'
308+ ktxVersion = '1.13 .1-SNAPSHOT'
309309}
310310```
311311
@@ -320,7 +320,7 @@ repositories {
320320}
321321
322322// Update this version to match the latest libGDX release:
323- val ktxVersion = " 1.12 .1-SNAPSHOT"
323+ val ktxVersion = " 1.13 .1-SNAPSHOT"
324324```
325325
326326</details >
0 commit comments