Skip to content

Commit

Permalink
Merge pull request #4 from gpx1000/for_sascha
Browse files Browse the repository at this point in the history
Github CI has NDK 27 installed but not yet 28.  It doesn't make a dif…
  • Loading branch information
SaschaWillems authored Nov 22, 2024
2 parents 2d15974 + 1686ce5 commit eadfc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v4
with:
java-version: "17"
java-version: "21"
distribution: "zulu"
cache: gradle
- name: ccache
Expand Down
2 changes: 1 addition & 1 deletion bldsys/cmake/template/gradle/app.build.gradle.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext.vvl_version='1.3.296.0'
apply from: "./download_vvl.gradle"

android {
ndkVersion '28.0.12433566 rc1'
ndkVersion '27.2.12479018'
compileSdk 35

defaultConfig {
Expand Down

0 comments on commit eadfc0c

Please sign in to comment.