Skip to content

Commit 4706c18

Browse files
committed
fix build script.
1 parent 42eed1f commit 4706c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_wsnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export ANDROID_NDK_HOME="$ANDROID_NDK"
88
git clone https://github.com/Windscribe/Desktop-App.git
99
cd Desktop-App || exit
1010
## WSNet 2.17.5
11-
git checkout a71e26facdc605eef4c437e3f2ae1c370551bdd7
11+
git checkout f87f1a6af99159b1c0e54c43411911c90e1d9a53
1212
cd libs/wsnet/tools || exit
1313
./build_android.sh > /dev/null 2>&1
1414
cp wsnet.aar "$DST_DIR"

0 commit comments

Comments
 (0)