Skip to content

Commit

Permalink
Release 1.12.1.13 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Aug 15, 2024
1 parent ccaebb0 commit aa6644e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ fixed in the next major Gradle release (8.8 or 9.0). Because that won't release
removed from Liftoff 1.12.1.7; it won't work in earlier versions unless you go back to 1.12.0.4 or downgrade Gradle
yourself to 8.3. This isn't an outcome I'm happy with, but it should get resolved eventually.

MOE is not present in gdx-liftoff 1.12.1.13, but it could and hopefully will be added back later.

### In 1.12.1.8 and later, the default icons for Android projects look terrible!

This is all according to plan. The plan being, you should never be submitting an app to the Google Play Store with any
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xms512M -Xmx1G -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
liftoffVersion=1.12.1.13-SNAPSHOT
liftoffVersion=1.12.1.13
kotlinVersion=1.9.24
gdxVersion=1.12.1
lmlVersion=1.10.1.12.1
Expand Down
Binary file added icons/logo.icns
Binary file not shown.
Binary file added icons/logo.ico
Binary file not shown.
Binary file added icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/config/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import gdx.liftoff.views.widgets.ScrollableTextArea
@Suppress("unused") // Fields accessed via reflection.
class Configuration {
companion object {
const val VERSION = "1.12.1.13-SNAPSHOT"
const val VERSION = "1.12.1.13"
const val WIDTH = 600
const val HEIGHT = 700
const val PREFERENCES_PATH = "gdx-liftoff-prefs"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ui-data/defaults.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
liftoffVersion=1.12.1.13-SNAPSHOT
liftoffVersion=1.12.1.13
projectNameDefault=YourProjectName
packageNameDefault=io.github.some_example_name
mainClassNameDefault=Main
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1.12
1.12.1.13

0 comments on commit aa6644e

Please # to comment.