Skip to content

Commit 50ae44c

Browse files
committed
Revert to Compile all with NDK 27.2
with NDK 28.1 videocall have a crash SIGABRT in so libtmessages.49
1 parent ce78f41 commit 50ae44c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

TMessagesProj/build.gradle

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

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:-27.2.12479018}
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
@@ -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

0 commit comments

Comments
 (0)