Skip to content

Commit

Permalink
remove specific cmake version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dburckh committed Nov 6, 2023
1 parent 77cc400 commit a80ca5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
before_install:
- yes | sdkmanager "cmake;3.18.1"
- git clone --recurse-submodules https://github.com/dburckh/AndroidLibRaw.git
env:
SDKMANAGER_OPTS: "--add-modules java.xml.bind"
2 changes: 1 addition & 1 deletion libraw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
externalNativeBuild {
cmake {
path "src/main/cpp/CMakeLists.txt"
version '3.18.1'
//version '3.18.1'
}
}
compileOptions {
Expand Down

0 comments on commit a80ca5a

Please sign in to comment.