From 461080e6e5e897d89441b9c28514584fa790c78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Thu, 19 Mar 2026 19:50:46 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5F=E4=BF=AE=E6=94=B9=E5=AE=89=E5=8D=93=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E7=9A=84=E6=9D=83=E9=99=90=E5=88=97=E8=A1=A8=EF=BC=8C?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=AE=89=E5=8D=9313+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Android/simpleDemo/build.gradle | 2 +- Android/simpleDemo/src/main/res/values/styles.xml | 3 --- Android/ty-camera/build.gradle | 3 +-- Android/ty-recording/build.gradle | 4 +--- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Android/simpleDemo/build.gradle b/Android/simpleDemo/build.gradle index be61276e..86c3d3a7 100644 --- a/Android/simpleDemo/build.gradle +++ b/Android/simpleDemo/build.gradle @@ -6,7 +6,7 @@ android { namespace 'cn.com.jlbank.ai' defaultConfig { applicationId "cn.com.jlbank.ai" - minSdkVersion 22 + minSdkVersion 33 targetSdkVersion 33 versionName System.getenv("versionName") ?: "0.0.6" versionCode System.getenv("versionCode")?.toInteger() ?: 230 diff --git a/Android/simpleDemo/src/main/res/values/styles.xml b/Android/simpleDemo/src/main/res/values/styles.xml index f96389b1..3c26b8aa 100644 --- a/Android/simpleDemo/src/main/res/values/styles.xml +++ b/Android/simpleDemo/src/main/res/values/styles.xml @@ -6,7 +6,4 @@ @color/ime_background false - - - \ No newline at end of file diff --git a/Android/ty-camera/build.gradle b/Android/ty-camera/build.gradle index 0059c2e9..b2459723 100644 --- a/Android/ty-camera/build.gradle +++ b/Android/ty-camera/build.gradle @@ -8,8 +8,7 @@ android { compileSdk 35 defaultConfig { - minSdk 22 - + minSdk 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } diff --git a/Android/ty-recording/build.gradle b/Android/ty-recording/build.gradle index 643787ce..c20249bc 100644 --- a/Android/ty-recording/build.gradle +++ b/Android/ty-recording/build.gradle @@ -8,8 +8,7 @@ android { compileSdk 35 defaultConfig { - minSdk 22 - + minSdk 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } @@ -29,7 +28,6 @@ android { } } - dependencies { compileOnly fileTree(include: ['*.aar'], dir: '../simpleDemo/libs') compileOnly 'com.alibaba:fastjson:1.1.46.android'