Skip to content

Commit

Permalink
Stop downgrading CMake.
Browse files Browse the repository at this point in the history
This might have been an upgrade when it was added, but AGP defaults to
something newer now.
  • Loading branch information
DanAlbert committed May 9, 2024
1 parent 2797a62 commit 8e3e08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sanitizers/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.18.1'
}
}
buildFeatures {
Expand Down

0 comments on commit 8e3e08a

Please sign in to comment.