Skip to content

Commit

Permalink
Use latest NDK (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Aug 6, 2022
1 parent 2ae3e3d commit efc1963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Gluon Build
run: |
export ANDROID_SDK=$ANDROID_HOME
export ANDROID_NDK=$ANDROID_HOME/ndk/23.2.8568313
mvn -Pandroid gluonfx:build gluonfx:package
env:
GLUON_ANDROID_KEYSTOREPATH: ${{ steps.android_keystore_file.outputs.filePath }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<maven.compiler.release>11</maven.compiler.release>
<javafx.version>18</javafx.version>
<charm.version>6.1.0</charm.version>
<attach.version>4.0.14</attach.version>
<attach.version>4.0.15-SNAPSHOT</attach.version>
<connect.version>2.0.1</connect.version>
<javafx.maven.plugin.version>0.0.8</javafx.maven.plugin.version>
<gluonfx.maven.plugin.version>1.0.14</gluonfx.maven.plugin.version>
<gluonfx.maven.plugin.version>1.0.15-SNAPSHOT</gluonfx.maven.plugin.version>
<main.class>com.gluonhq.hello.HelloGluonApp</main.class>
<app.identifier>${main.class}</app.identifier>
<app.description>The HelloGluon app</app.description>
Expand Down

0 comments on commit efc1963

Please sign in to comment.