Skip to content

Commit

Permalink
Merge pull request #18 from OttyLab/fix-build-bug
Browse files Browse the repository at this point in the history
Fix build failure bug
  • Loading branch information
OttyLab authored Mar 21, 2018
2 parents 7136501 + e6898dd commit 5eb31ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ android {
arguments "-DTARGET=DEFAULT"
}
}
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}
buildTypes {
release {
Expand All @@ -40,6 +37,9 @@ android {
}
}
"default" {
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}
}
externalNativeBuild {
Expand Down
Binary file added distribution/curl/lib/x86_64/libcurl.a
Binary file not shown.
Binary file removed distribution/curl/lib/x86_64/libjansson.a
Binary file not shown.

0 comments on commit 5eb31ca

Please sign in to comment.