diff options
author | cyberta <cyberta@riseup.net> | 2020-05-08 16:33:27 -0700 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-05-08 16:33:27 -0700 |
commit | e4d66c554123a33b035b27999f1809593c5b6f17 (patch) | |
tree | 576a379bb0434966f5c2e413310b7a95ff5dfd55 /app/build.gradle | |
parent | efc23e90a94f0ea94fd6774b1c8868f4b31b3a12 (diff) | |
parent | ed33f889f92f537f9c13a2ed7e6e366429a5cb08 (diff) |
Merge branch 'deps_update' into 'master'
Deps update
See merge request leap/bitmask_android!106
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 34111828..6c236669 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -213,7 +213,7 @@ android { '../ics-openvpn/main/build/ovpnassets', // '../go/out' TODO: uncomment this line as soon as we want to use PT in production ] - jniLibs.srcDirs = ['../ics-openvpn/main/build/intermediates/cmake/noovpn3/release/obj'] + jniLibs.srcDirs = ['../ics-openvpn/main/build/intermediates/cmake/skeletonRelease/obj/'] jni.srcDirs = [] //disable automatic ndk-build } debug { |