Update camera screens, configuration, and build setup

This commit is contained in:
2026-05-30 19:13:04 +02:00
parent d8e397eac1
commit 305d8fd449
14 changed files with 144 additions and 373 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ dependencies {
exclude group: 'com.gyf.immersionbar', module: 'immersionbar'
exclude group: 'com.zlc.glide', module: 'webpdecoder'
}
// Local AAR dependencies downloaded to avoid JCenter resolution issues
implementation files('libs/immersionbar-3.0.0.aar')
implementation files('libs/webpdecoder-1.6.4.9.0.aar')
// Local AAR dependencies compiled only; injected into app build.gradle by plugin
compileOnly files('libs/immersionbar-3.0.0.aar')
compileOnly files('libs/webpdecoder-1.6.4.9.0.aar')
}