Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: "cmake;4.1.0"

- name: build samples
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ object Versions {
const val TARGET_SDK = 35
const val MIN_SDK = 21
const val NDK = "27.1.12297006" // r27b
const val CMAKE = "3.22.1"
const val CMAKE = "4.1.0"
val JAVA = JavaVersion.VERSION_1_8
}