Skip to content

Commit

Permalink
use Windscribe ctrld as upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginder-Singh committed Nov 21, 2024
1 parent 5d6e185 commit 6ca4fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'maven-publish'
def LIB_GROUP_ID = 'com.windscribe'
def LIB_ARTIFACT_ID = 'controld'
def LIB_VERSION = '1.3.10'
def LIB_VERSION = 'release-branch-v1.3.10'
def aarFile = layout.buildDirectory.file("ctrld.aar")

task build() {
exec {
executable "./build_lib.sh"
args "v$LIB_VERSION"
args "$LIB_VERSION"
ignoreExitValue true
}
}
Expand Down
2 changes: 1 addition & 1 deletion build_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mkdir bin
cd bin || exit
root=$(pwd)
# Get source from github and switch to tag
git clone --depth 1 --branch "$TAG" https://github.com/Control-D-Inc/ctrld.git
git clone --depth 1 --branch "$TAG" https://github.com/Windscribe/ctrld.git
# Prepare gomobile tool
sourcePath=./ctrld/cmd/ctrld_library
cd $sourcePath || exit
Expand Down

0 comments on commit 6ca4fff

Please sign in to comment.