From bca03b5f891af5966a06b1ecd00f6cd573659ce6 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期四, 27 二月 2025 14:34:21 +0800 Subject: [PATCH] 兼容安卓14 --- HDLLinphoneSDKDemoNew/app/build.gradle | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/app/build.gradle b/HDLLinphoneSDKDemoNew/app/build.gradle index 4def722..8c5f2ce 100644 --- a/HDLLinphoneSDKDemoNew/app/build.gradle +++ b/HDLLinphoneSDKDemoNew/app/build.gradle @@ -3,12 +3,12 @@ } android { - compileSdkVersion 28 + compileSdkVersion 33 defaultConfig { applicationId "com.example.hdllinphonesdkdemo" minSdkVersion 23 - targetSdkVersion 28 + targetSdkVersion 34 versionCode 1 versionName "1.0" -- Gitblit v1.8.0