- PackageInstallerModule: fsync作用域修复, PendingIntent改用getLaunchIntentForPackage, 权限预检 - updater: expo-crypto SHA256校验, getLocalBuildTag优先级修正, parseVersion null安全 - ManifestBuild: 增加type字段(js/apk)替代size启发式 - app.json: fallbackToCacheTimeout 0→3000 - shared: catch静默→console.warn
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"version": "0.1.0",
|
|
"builds": {
|
|
"android": {
|
|
"type": "apk",
|
|
"tag": "v0.1.0-dav-android-1",
|
|
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-1/gca-0.1.0.apk",
|
|
"sha256": "PLACEHOLDER",
|
|
"size": 0,
|
|
"minVersion": "0.1.0"
|
|
}
|
|
}
|
|
}
|