Skip to content

Commit

Permalink
CMake to 3.22.1
Browse files Browse the repository at this point in the history
Summary: This bumps CMake to the default version shipped with AGP 8.x

Reviewed By: lblasa

Differential Revision: D46844319

fbshipit-source-id: 4f894919b2190a037b429e3ef4f24792e3cb7b43
  • Loading branch information
cortinico authored and facebook-github-bot committed Jun 23, 2023
1 parent 49ef4a5 commit 43d1b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {
cmake {
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
targets 'fbjni'
version '3.18.1'
version '3.22.1'
}
}

Expand Down

0 comments on commit 43d1b7d

Please sign in to comment.