Skip to content

Commit

Permalink
Hotfix for the 1.9.14.2 release.
Browse files Browse the repository at this point in the history
The vis-ui version that was selected by default in new projects wasn't compatible with libGDX 1.9.13, also the default.
  • Loading branch information
tommyettinger committed Mar 7, 2021
1 parent db2484e commit b2bad4a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,15 @@ class RegExodus : ThirdPartyExtension() {

/**
* UI toolkit with extra widgets and a different theme style.
* Check the vis-ui changelog for what vis-ui versions are compatible
* with which libGDX versions; vis-ui 1.4.9 is the default, and is
* compatible with libGDX 1.9.12 and 1.9.13, but not 1.9.14 or higher.
* @author Kotcrab
*/
@Extension
class VisUI : ThirdPartyExtension() {
override val id = "visUi"
override val defaultVersion = "1.4.10"
override val defaultVersion = "1.4.9"
override val url = "https://github.com/kotcrab/vis-ui"

override fun initiateDependencies(project: Project) {
Expand Down

0 comments on commit b2bad4a

Please sign in to comment.