File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 uses : nttld/setup-ndk@v1
5757 id : setup-ndk
5858 with :
59- ndk-version : r28b
59+ ndk-version : r27c
6060 link-to-sdk : true
6161
6262 - name : Set up ccache
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def isWindows = String.valueOf(DefaultNativePlatform.currentOperatingSystem.toFa
6666android {
6767 compileSdkVersion 34
6868 buildToolsVersion ' 35.0.0'
69- ndkVersion = " 28.1.13356709 "
69+ ndkVersion = " 27.2.12479018 "
7070
7171 sourceSets. main. jniLibs. srcDirs = [' ./jni/' ]
7272
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33ANDROID_SDK_ROOT=${1:- SDK}
4- ANDROID_NDK_VERSION=${2:- 28.1.13356709 }
4+ ANDROID_NDK_VERSION=${2:- 27.2.12479018 }
55OPENSSL_INSTALL_DIR=${3:- third-party/ openssl}
66ANDROID_STL=${4:- c++_static}
77TDLIB_INTERFACE=${5:- Java}
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ android {
173173 minSdkVersion 24
174174 targetSdkVersion 34
175175 versionName Utils [' getVersionName' ]()
176- ndkVersion = " 28.1.13356709 "
176+ ndkVersion = " 27.2.12479018 "
177177
178178 multiDexEnabled = true
179179
You can’t perform that action at this time.
0 commit comments