NDK and cmake version upgrade
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user