Skip to content

Commit

Permalink
turns out lime was outdated lol
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder committed Nov 1, 2024
1 parent b024fb4 commit ec7131c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
- name: Install Haxelib
run: |
haxelib git hxcpp https://github.com/mcagabe19-stuff/hxcpp --quiet
haxelib install lime 8.0.2
haxelib install lime 8.1.0
haxelib install openfl --quiet
haxelib install flixel --quiet
haxelib install flixel-addons --quiet
Expand All @@ -340,7 +340,7 @@ jobs:
haxelib run lime config ANDROID_NDK_ROOT $ANDROID_NDK_LATEST_HOME
haxelib run lime config JAVA_HOME="${JAVA_HOME_17_X64:-$JAVA_HOME_17_arm64}"
haxelib run lime config ANDROID_SETUP true
haxelib set lime 8.0.2
haxelib set lime 8.1.0
haxelib set hscript-Iris 1.1.0
haxelib set tjson 1.4.0
haxelib list
Expand Down
5 changes: 1 addition & 4 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<set name="BUILD_DIR" value="export/debug" if="debug" />
<set name="BUILD_DIR" value="export/release" unless="debug" />
<set name="BUILD_DIR" value="export/32bit" if="32bits" />
<set name="BUILD_DIR" value="export/rpi" if="rpi" />
<set name="BUILD_DIR" value="export/rpi" if="rpi" />

<classpath name="source" />

Expand Down Expand Up @@ -131,9 +131,6 @@
<config:android gradle-version="7.5.1" />
<config:android gradle-plugin="7.3.1" />
<android target-sdk-version="35" min-sdk-version="35" />

<config:android useAndroidX="true" />
<config:android enableJetifier="true" />
</section>

<!-- Disable Discord IO Thread -->
Expand Down

0 comments on commit ec7131c

Please sign in to comment.