mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
* feat(android): publish signed release APKs * fix(android): preserve fallback corrections * test(android): isolate APK signer fixtures * docs: refresh generated docs map
16 lines
576 B
JSON
16 lines
576 B
JSON
{
|
|
"signingRepo": "git@github.com:openclaw/apps-signing.git",
|
|
"signingBranch": "main",
|
|
"assetPath": "android/openclaw",
|
|
"uploadKeystoreEncryptedFile": "upload-keystore.jks.enc",
|
|
"gradlePropertiesEncryptedFile": "gradle.properties.enc",
|
|
"apkCertificateSha256": "80dbc62315ea216dd6e8a7060735a866ddc464a48ed50fef29ff0550468b9a63",
|
|
"materializedRoot": "apps/android/build/release-signing",
|
|
"gradlePropertyNames": [
|
|
"OPENCLAW_ANDROID_STORE_FILE",
|
|
"OPENCLAW_ANDROID_STORE_PASSWORD",
|
|
"OPENCLAW_ANDROID_KEY_ALIAS",
|
|
"OPENCLAW_ANDROID_KEY_PASSWORD"
|
|
]
|
|
}
|