You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/gdx/liftoff/data/project/Data.kt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,11 @@ data class AdvancedProjectData(
66
66
/**
67
67
* Version of xpenatan's TeaVM backend.
68
68
*/
69
-
val gdxTeaVMVersion:String=when (gdxVersion) { // 1.2.1 depends on libGDX 1.13.5, 1.2.0 keeps dep at 1.13.1, and 1.5.5 should be compatible with newer.
69
+
val gdxTeaVMVersion:String=when (gdxVersion) {
70
+
// 1.2.1 depends on libGDX 1.13.5, 1.2.0 keeps dep at 1.13.1, and 1.5.6 should be compatible with newer.
0 commit comments