新版本f1118 更新图片 修复_running bug

This commit is contained in:
xsl
2025-11-17 22:36:59 +08:00
parent 84d567674f
commit 9c71e40c97
35 changed files with 20 additions and 6 deletions
+3 -2
View File
@@ -9,7 +9,7 @@ android {
compileSdk 36
defaultConfig {
applicationId "com.inewme.uvmirror.f20251112"
applicationId "com.inewme.uvmirror.f20251118"
minSdk 30
targetSdk 36
versionCode 1
@@ -20,6 +20,7 @@ android {
buildTypes {
release {
signingConfig signingConfigs.debug
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
@@ -63,7 +64,7 @@ dependencies {
implementation "androidx.compose.runtime:runtime:1.5.0"
implementation "androidx.activity:activity-compose:1.7.2" // ؼṩ setContent
debugImplementation("androidx.compose.ui:ui-tooling:1.5.4")
implementation "androidx.compose.ui:ui-tooling:1.5.4"
def camerax_version = '1.4.2'
implementation "androidx.camera:camera-core:$camerax_version"