Skip to content

Commit 2a6d561

Browse files
committed
chore : build.gradle Cmake 삭제
1 parent 9236f3b commit 2a6d561

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

presentation/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ android {
4949
viewBinding true
5050
dataBinding true
5151
}
52-
externalNativeBuild {
53-
cmake {
54-
path file('src/main/cpp/CMakeLists.txt')
55-
version '3.18.1'
56-
}
57-
}
5852
}
5953

6054
dependencies {

0 commit comments

Comments
 (0)