Skip to content

Commit

Permalink
build.gradle で内の CMake のバージョンもあげる
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Jan 24, 2024
1 parent 744f3b3 commit 1533424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.27.7'
version '3.28.1'
}
}
buildFeatures {
Expand Down

0 comments on commit 1533424

Please sign in to comment.