Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Sep 23, 2024
1 parent 27afcd2 commit 1b2c42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -9198,7 +9198,7 @@ fi
fi
}

NDKPKG_VERSION=0.14.5
NDKPKG_VERSION=0.14.6

NDKPKG_ARG0="$0"
NDKPKG_ARG1="$1"
Expand Down Expand Up @@ -9234,6 +9234,7 @@ export UPPM_HOME="$NDKPKG_HOME/uppm"

if [ -n "$NDKPKG_URL_TRANSFORM" ] ; then
export UPPM_URL_TRANSFORM="$NDKPKG_URL_TRANSFORM"
export URL_TRANSFORM="$NDKPKG_URL_TRANSFORM"
fi

unset CURLOPT_DNS_SERVERS
Expand Down

0 comments on commit 1b2c42d

Please sign in to comment.