Skip to content

Commit

Permalink
chore(cmake): drop required CMake version to 3.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Jan 8, 2025
1 parent 2efbef1 commit c99af09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Versions {
val compileSdkVersion = 34

val ndk = "23.1.7779620"
val cmakeVersion = "3.22.1"
val cmakeVersion = "3.31.2"
}
}

Expand Down

0 comments on commit c99af09

Please sign in to comment.