diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 3c5300b46b7475acabbcefbe7716e6b7b322c2d6..3dc573e625b2c78e7269e0e3ac513477884ed691 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -9,7 +9,7 @@ "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/lib/src/main/config.json b/lib/src/main/config.json index 1dc5a067687e7b0c6de326bdfe9eabd943b2f83e..89d81e73e87a2ddead19fc10e390e120f99c8c43 100644 --- a/lib/src/main/config.json +++ b/lib/src/main/config.json @@ -9,7 +9,7 @@ "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1" + "releaseType": "Release" } }, "deviceConfig": {},