update to LibGDX 1.13.6-SNAPSHOT

This commit is contained in:
Quillraven
2025-06-24 20:20:02 +02:00
parent e331582663
commit ee39eab8eb
5 changed files with 15 additions and 27 deletions

View File

@@ -7,6 +7,7 @@ buildscript {
google()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
}
dependencies {
@@ -67,6 +68,7 @@ subprojects {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://jitpack.io' }
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
}
}