Skip to content

Commit d8f066f

Browse files
committed
Update to CMake 4.1.0.
1 parent a8390d7 commit d8f066f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Setup Android SDK
2323
uses: android-actions/setup-android@v3
24+
with:
25+
packages: "cmake;4.1.0"
2426

2527
- name: build samples
2628
run: |

build-logic/src/main/java/com/android/ndk/samples/buildlogic/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ object Versions {
77
const val TARGET_SDK = 35
88
const val MIN_SDK = 21
99
const val NDK = "27.1.12297006" // r27b
10-
const val CMAKE = "3.22.1"
10+
const val CMAKE = "4.1.0"
1111
val JAVA = JavaVersion.VERSION_1_8
1212
}

0 commit comments

Comments
 (0)