Skip to content

Commit a78f1b4

Browse files
committed
update to v1.3.10
1 parent 980566d commit a78f1b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'maven-publish'
22
def LIB_GROUP_ID = 'com.windscribe'
33
def LIB_ARTIFACT_ID = 'controld'
4-
def LIB_VERSION = '1.3.9'
4+
def LIB_VERSION = '1.3.10'
55
def aarFile = layout.buildDirectory.file("ctrld.aar")
66

77
task build() {

jitpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- yes | android-sdk-linux/tools/bin/sdkmanager --licenses
1515
- set -o pipefail
1616
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
17+
- wget https://go.dev/dl/go1.23.1.linux-amd64.tar.gz
18+
- tar -C ~ -xzvf go1.23.1.linux-amd64.tar.gz
1919
- export PATH="~/go/bin:$PATH"
2020
- ./gradlew build publishToMavenLocal

0 commit comments

Comments
 (0)