[FEAT] 升版號至 verPatch 24(S9/S12 共用簽章 OTA 驗證版)
1. app/build.gradle:verPatch 22 → 24,觸發機台 OTA 升級(S12 versionCode 100224 / S9 versionCode 210224)。 2. 本版為導入共用簽章金鑰後首批產出,已編譯 S12XYU 與 S9XYU 兩支 Debug APK 並驗證憑證 SHA-1 與現場機台一致(23:57:65:A1...),確認可直接 OTA 覆蓋安裝。
This commit is contained in:
parent
e4b095b971
commit
e6ebac8dc1
@ -10,7 +10,7 @@ plugins {
|
||||
// 避免不同尺寸機台間版本號產生衝突。
|
||||
// =========================================================================
|
||||
def verMinor = 2
|
||||
def verPatch = 22
|
||||
def verPatch = 24
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user