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 74d7348 commit 163c115Copy full SHA for 163c115
jitpack.yml
@@ -1,9 +1,10 @@
1
jdk:
2
- openjdk17
3
+
4
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")
- - echo "Current Tag: $CURRENT_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
0 commit comments