Skip to content

Commit

Permalink
Github CI has NDK 27 installed but not yet 28. It doesn't make a diff…
Browse files Browse the repository at this point in the history
…erence to Vulkan Samples, so downgrading for CI purposes is a good idea.
  • Loading branch information
gpx1000 committed Nov 21, 2024
1 parent 5d43393 commit 618b573
Showing 1 changed file with 1 addition and 1 deletion.
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 618b573

Please sign in to comment.