Skip to content

Commit

Permalink
Merge pull request #35 from mcagabe19/patch-1
Browse files Browse the repository at this point in the history
free better fps
  • Loading branch information
MaysLastPlayGithub authored May 21, 2023
2 parents af18fe4 + b15a91e commit 5bfe427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
uses: nttld/setup-ndk@main
id: setup-ndk
with:
ndk-version: r21e
ndk-version: r15c

- name: Setup Java JDK
uses: actions/setup-java@main
with:
distribution: 'zulu'
java-version: 18
java-version: 11

- name: Setup Android SDK
uses: android-actions/setup-android@main

- name: Setup Haxe
uses: krdlab/[email protected]
with:
haxe-version: 4.2.5
haxe-version: 4.2.0

- name: Install Haxelib
run: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}

- name: Compile
run: haxelib run lime build android --app-version="4.0.0-${{ github.run_id}}"
run: haxelib run lime build android -D NO_PRECOMPILED_HEADERS --app-version="4.0.0-${{ github.run_id}}"

- name: Publish Artifact
uses: actions/upload-artifact@main
Expand Down
4 changes: 2 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@
<!-- _________________________________ Android Stuff _______________________________ -->
<config:android permission="android.permission.READ_EXTERNAL_STORAGE" if="android"/>
<config:android permission="android.permission.WRITE_EXTERNAL_STORAGE" if="android"/>
<config:android gradle-version="7.5.1" />
<config:android gradle-plugin="7.3.1" />
<!--<config:android gradle-version="7.5.1" />
<config:android gradle-plugin="7.3.1" />-->

<!-- _________________________________ Custom _______________________________ -->

Expand Down

0 comments on commit 5bfe427

Please sign in to comment.