Skip to content

Commit

Permalink
Unpin the cmake dependency
Browse files Browse the repository at this point in the history
Seems like it's more trouble than it's worth.
  • Loading branch information
sz3 committed Apr 5, 2023
1 parent da4270c commit 5cee278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
externalNativeBuild {
cmake {
path "src/cpp/CMakeLists.txt"
version "3.16.3"
version "3.16.3+"
}
}
}
Expand Down

0 comments on commit 5cee278

Please sign in to comment.