Skip to content

Commit

Permalink
test/android の cmake バージョンを SDK のバージョンに合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Oct 16, 2024
1 parent 06fe012 commit b968be2
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 @@ -65,7 +65,7 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.30.3'
version '3.30.4'
}
}
buildFeatures {
Expand Down

0 comments on commit b968be2

Please sign in to comment.