summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-05-08 16:33:27 -0700
committercyberta <cyberta@riseup.net>2020-05-08 16:33:27 -0700
commite4d66c554123a33b035b27999f1809593c5b6f17 (patch)
tree576a379bb0434966f5c2e413310b7a95ff5dfd55
parentefc23e90a94f0ea94fd6774b1c8868f4b31b3a12 (diff)
parented33f889f92f537f9c13a2ed7e6e366429a5cb08 (diff)
Merge branch 'deps_update' into 'master'
Deps update See merge request leap/bitmask_android!106
-rw-r--r--app/build.gradle2
-rwxr-xr-xbuild_deps.sh2
-rwxr-xr-xgo/install_go.sh4
m---------ics-openvpn0
4 files changed, 4 insertions, 4 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 {
diff --git a/build_deps.sh b/build_deps.sh
index 9933709b..156f5300 100755
--- a/build_deps.sh
+++ b/build_deps.sh
@@ -21,7 +21,7 @@ then
else
echo "Clean build: starting externalNativeBuild and GO dependency builds"
cd ./ics-openvpn || quit "Directory ics-opevpn not found"
- ./gradlew clean main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release --debug --stacktrace || quit "Build ics-openvpn native libraries failed"
+ ./gradlew clean main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease --debug --stacktrace || quit "Build ics-openvpn native libraries failed"
cd ..
fi
diff --git a/go/install_go.sh b/go/install_go.sh
index 8631b456..59aab4f0 100755
--- a/go/install_go.sh
+++ b/go/install_go.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-GO_VERSION=go1.12.7.linux-amd64
-EXPECTED_FP=66d83bfb5a9ede000e33c6579a91a29e6b101829ad41fffb5c5bb6c900e109d9
+GO_VERSION=go1.14.2.linux-amd64
+EXPECTED_FP=6272d6e940ecb71ea5636ddb5fab3933e087c1356173c61f4a803895e947ebb3
if [[ $(ls -A ${GO_VERSION}.tar.gz) ]]
then
diff --git a/ics-openvpn b/ics-openvpn
-Subproject 24e914e68ba6c456ee3f8b352d41236c9475977
+Subproject 446814e65e2f7ad8ba544d020a5ddce9d2e3723