File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ jobs:
317317 - name : Install Haxelib
318318 run : |
319319 haxelib git hxcpp https://github.com/mcagabe19-stuff/hxcpp --quiet
320- haxelib install lime 8.0.2
320+ haxelib install lime 8.1.0
321321 haxelib install openfl --quiet
322322 haxelib install flixel --quiet
323323 haxelib install flixel-addons --quiet
@@ -340,7 +340,7 @@ jobs:
340340 haxelib run lime config ANDROID_NDK_ROOT $ANDROID_NDK_LATEST_HOME
341341 haxelib run lime config JAVA_HOME="${JAVA_HOME_17_X64:-$JAVA_HOME_17_arm64}"
342342 haxelib run lime config ANDROID_SETUP true
343- haxelib set lime 8.0.2
343+ haxelib set lime 8.1.0
344344 haxelib set hscript-Iris 1.1.0
345345 haxelib set tjson 1.4.0
346346 haxelib list
Original file line number Diff line number Diff line change 5555 <set name =" BUILD_DIR" value =" export/debug" if =" debug" />
5656 <set name =" BUILD_DIR" value =" export/release" unless =" debug" />
5757 <set name =" BUILD_DIR" value =" export/32bit" if =" 32bits" />
58- <set name =" BUILD_DIR" value =" export/rpi" if =" rpi" />
58+ <set name =" BUILD_DIR" value =" export/rpi" if =" rpi" />
5959
6060 <classpath name =" source" />
6161
131131 <config : android gradle-version =" 7.5.1" />
132132 <config : android gradle-plugin =" 7.3.1" />
133133 <android target-sdk-version =" 35" min-sdk-version =" 35" />
134-
135- <config : android useAndroidX =" true" />
136- <config : android enableJetifier =" true" />
137134 </section >
138135
139136 <!-- Disable Discord IO Thread -->
You can’t perform that action at this time.
0 commit comments