Skip to content

Commit

Permalink
Remove no-op build option.
Browse files Browse the repository at this point in the history
AGP uses the latest available by default, which is what we want.
  • Loading branch information
DanAlbert committed May 9, 2024
1 parent 1667d98 commit 2b965e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orderfile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.22.1'
}
}
buildFeatures {
Expand Down

0 comments on commit 2b965e6

Please sign in to comment.