NDK and cmake version upgrade

This commit is contained in:
Juha Heinanen
2025-12-17 13:13:14 +02:00
parent 25519ad27a
commit e019ed213f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ plugins {
android { android {
compileSdk = 36 compileSdk = 36
ndkVersion = "28.2.13676358" ndkVersion = "29.0.14206865"
defaultConfig { defaultConfig {
applicationId = "com.tutpro.baresip" applicationId = "com.tutpro.baresip"
minSdk = 28 minSdk = 28

View File

@ -1,6 +1,6 @@
project(baresip) project(baresip)
cmake_minimum_required(VERSION 3.4.1) cmake_minimum_required(VERSION 3.18...4.0)
add_link_options("LINKER:--build-id=none") add_link_options("LINKER:--build-id=none")