Skip to content

Commit d72b75d

Browse files
committed
Update ndk 28.2.13676358
1 parent d9b96e0 commit d72b75d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TMessagesProj/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def isWindows = String.valueOf(DefaultNativePlatform.currentOperatingSystem.toFa
7575
android {
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

TMessagesProj/jni/tde2e/build-tdlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
ANDROID_SDK_ROOT=${1:-SDK}
4-
ANDROID_NDK_VERSION=${2:-28.1.13356709}
4+
ANDROID_NDK_VERSION=${2:-28.2.13676358}
55
OPENSSL_INSTALL_DIR=${3:-third-party/openssl}
66
ANDROID_STL=${4:-c++_static}
77
TDLIB_INTERFACE=${5:-Java}

TMessagesProj_App/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)