Skip to content

Commit

Permalink
Update 1.2.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox2Code committed Jul 2, 2024
1 parent 933840b commit 453596c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class FoxLauncher {
static {
System.setProperty("file.encoding", "UTF-8");
System.setProperty("sun.java2d.uiScale", "1.0");
System.setProperty("java.util.Arrays.useLegacyMergeSort", "true");
System.setProperty("user.language", "en");
if (Platform.getJvmVersion() < 17) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8

# FoxLoader properties
foxloader.version=1.2.47
foxloader.version=1.2.48
foxloader.lastReIndevTransformerChanges=1.2.39
# https://www.jitpack.io/#com.fox2code/FoxLoader

Expand Down

0 comments on commit 453596c

Please sign in to comment.