feat(t217): verify authorized order dry runs

This commit is contained in:
QiuSW
2026-07-28 16:52:29 +08:00
parent 913107c28d
commit 1e87b6273a
45 changed files with 4358 additions and 128 deletions
+5 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "com.roubao.autopilot"
minSdk = 26
targetSdk = 34
versionCode = 18
versionName = "1.4.13"
versionCode = 19
versionName = "1.4.14"
vectorDrawables {
useSupportLibrary = true
@@ -107,6 +107,9 @@ dependencies {
// JSON
implementation("org.json:json:20231013")
// Bundled on-device OCR for Pinduoduo WebView checkout evidence
implementation("com.google.mlkit:text-recognition-chinese:16.0.1")
// Unit tests
testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")