Skip to content

Commit

Permalink
upd: Android C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPJT committed Sep 16, 2024
1 parent a4690df commit 87de57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags += "-std=c++17"
cppFlags += "-std=c++2b"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags += "-std=c++17"
cppFlags += "-std=c++2b"
}
}
}
Expand Down

0 comments on commit 87de57f

Please sign in to comment.