Skip to content

Commit

Permalink
use android-ndk-r26c
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Feb 18, 2024
1 parent e424b75 commit f8436ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -8002,7 +8002,7 @@ ndkinfo() {
ANDROID_NDK_IS_INSTALLED_VIA_UPPM=0

if [ -z "$NDKINFO" ] ; then
UPPM_PACKAGE_NAME_NDK='android-ndk-r26b'
UPPM_PACKAGE_NAME_NDK='android-ndk-r26c'

if ! "$UPPM" is-installed "$UPPM_PACKAGE_NAME_NDK" ; then
ANDROID_NDK_IS_INSTALLED_VIA_UPPM=1
Expand Down Expand Up @@ -8996,7 +8996,7 @@ main() {

NDKPKG="$CURRENT_SCRIPT_FILEPATH"

NDKPKG_VERSION=0.7.2
NDKPKG_VERSION=0.7.3

NDKPKG_ZSH_COMPLETION_SCRIPT_URL='https://raw.githubusercontent.com/leleliu008/ndk-pkg/master/ndk-pkg-zsh-completion'
NDKPKG_OFFICIAL_FORMULA_REPO_URL='https://github.com/leleliu008/ndk-pkg-formula-repository-official-core.git'
Expand Down

0 comments on commit f8436ed

Please sign in to comment.