F6.9 capture act narrative before seal in offline Android flow
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 3m11s
DH V2 CI / API · typecheck, tests, build (push) Failing after 25s
DH V2 CI / WEB · typecheck, build (push) Successful in 18s
DH V2 CI / Docker / scripts contract (push) Skipped
Production dependency audit / API · production dependencies (push) Successful in 9s
Production dependency audit / WEB · production dependencies (push) Successful in 8s

This commit is contained in:
DH V2
2026-09-15 19:44:02 -03:00
parent 60ba37c287
commit c78c2b8029
8 changed files with 68 additions and 15 deletions
+3 -2
View File
@@ -8,13 +8,14 @@ plugins {
android {
namespace = "com.korexlabs.dhinspeccion"
compileSdk = 36
buildToolsVersion = "36.0.0"
defaultConfig {
applicationId = "com.korexlabs.dhinspeccion"
minSdk = 26
targetSdk = 36
versionCode = 38
versionName = "0.19.10"
versionCode = 39
versionName = "0.19.11"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true