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 163c115 commit 4817c48Copy full SHA for 4817c48
jitpack.yml
@@ -5,6 +5,5 @@ before_install:
5
- sdk install java 17.0.9-open
6
- sdk use java 17.0.9-open
7
- export CURRENT_TAG=$(git describe --tags --exact-match 2>/dev/null || echo "no-tag")
8
- # - echo "Current Tag: $CURRENT_TAG"
9
- curl -L -o jniLibs.zip https://github.com/OpacityLabs/opacity-android/releases/download/$CURRENT_TAG/jniLibs.zip
10
- - unzip jniLibs.zip -d OpacityCore/src/main/jniLibs
+ - unzip jniLibs.zip
0 commit comments