We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c313fb4 commit 4ca6d79Copy full SHA for 4ca6d79
libs.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
-VERSION="v2.8.0"
5
-URL="https://github.com/florindumitru/react-native-pjsip-builder/archive/${VERSION}.tar.gz"
+VERSION="v2.8.1"
+URL="https://github.com/OpenTelecom/react-native-pjsip-builder/archive/refs/tags/${VERSION}.tar.gz"
6
LOCK=".libs.lock"
7
DEST=".libs.tar.gz"
8
DOWNLOAD=true
@@ -30,7 +30,7 @@ if [ "$DOWNLOAD" = true ]; then
30
rm -f "${DEST}"
31
32
echo "${VERSION}" > ${LOCK}
33
- cd react-native-pjsip-builder-2.8.0
+ cd react-native-pjsip-builder-2.8.1
34
./release.sh
35
cp -rf dist/ios/VialerPJSIP.framework ../ios/
36
cp -rf dist/android/src/* ../android/src
0 commit comments