修复Android demo编译错误的问题

This commit is contained in:
huanglinhuan
2025-12-19 11:28:44 +08:00
parent 36841d0b48
commit 16a066ac94
7 changed files with 42 additions and 7 deletions

View File

@@ -4,12 +4,13 @@ plugins {
}
android {
compileSdk 31
namespace 'com.displayflow.receiver'
compileSdk 34
defaultConfig {
applicationId "com.displayflow.receiver"
minSdk 24
targetSdk 31
targetSdk 34
versionCode 1
versionName "1.0"
@@ -36,7 +37,7 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.18.1'
version '3.22.1'
}
}
}