File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def isWindows = String.valueOf(DefaultNativePlatform.currentOperatingSystem.toFa
7575android {
7676 compileSdkVersion 34
7777 buildToolsVersion ' 36.0.0'
78- ndkVersion = " 28.1.13356709 "
78+ ndkVersion = " 28.2.13676358 "
7979
8080 sourceSets. main. jniLibs. srcDirs = [' ./jni/' ]
8181
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:- 28.2.13676358 }
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 @@ -179,7 +179,7 @@ android {
179179 minSdkVersion 24
180180 targetSdkVersion 34
181181 versionName Utils [' getVersionName' ]()
182- ndkVersion = " 28.1.13356709 "
182+ ndkVersion = " 28.2.13676358 "
183183
184184 multiDexEnabled = true
185185
You can’t perform that action at this time.
0 commit comments