feat: 线型手动拍摄增加照片检查功能

This commit is contained in:
2023-04-06 17:08:26 +08:00
parent ae2f4705d9
commit 6a5b6a5f19
29 changed files with 558 additions and 318 deletions

View File

@@ -16,9 +16,9 @@ org.gradle.jvmargs=-Xmx2048m
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=10080
systemProp.http.proxyPort=1080
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10080
systemProp.https.proxyPort=1080
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.injected.testOnly=false