This commit is contained in:
2025-11-06 11:53:23 +08:00
parent ab86340a1b
commit 8c23465af3
28 changed files with 245 additions and 309 deletions

View File

@@ -4,12 +4,12 @@ plugins {
android {
compileSdkVersion 30
compileSdk 35
// buildToolsVersion "30.0.3"
namespace "com.tencent.qcloud.tuicore"
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
minSdkVersion 24
targetSdk 35
consumerProguardFiles "consumer-rules.pro"
}