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 980566d commit a78f1b4Copy full SHA for a78f1b4
build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'maven-publish'
2
def LIB_GROUP_ID = 'com.windscribe'
3
def LIB_ARTIFACT_ID = 'controld'
4
-def LIB_VERSION = '1.3.9'
+def LIB_VERSION = '1.3.10'
5
def aarFile = layout.buildDirectory.file("ctrld.aar")
6
7
task build() {
jitpack.yml
@@ -14,7 +14,7 @@ before_install:
14
- yes | android-sdk-linux/tools/bin/sdkmanager --licenses
15
- set -o pipefail
16
install:
17
- - wget https://go.dev/dl/go1.22.8.linux-amd64.tar.gz
18
- - tar -C ~ -xzvf go1.22.8.linux-amd64.tar.gz
+ - wget https://go.dev/dl/go1.23.1.linux-amd64.tar.gz
+ - tar -C ~ -xzvf go1.23.1.linux-amd64.tar.gz
19
- export PATH="~/go/bin:$PATH"
20
- ./gradlew build publishToMavenLocal
0 commit comments