externals: Switch to newer cryptopp-cmake. (#6242)

This commit is contained in:
Steveice10 2023-01-15 08:15:42 -08:00 committed by GitHub
parent bd1cabce86
commit a298e4969b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 457 deletions

View file

@ -96,7 +96,7 @@ android {
externalNativeBuild {
cmake {
version "3.18.1"
version "3.22.1"
path "../../../CMakeLists.txt"
}
}

View file

@ -13,3 +13,4 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.native.buildOutput=verbose