From 423942e29e7e3c57474df154376db74af3fd8fc2 Mon Sep 17 00:00:00 2001 From: rongwang Date: Tue, 20 Oct 2020 11:23:44 +0800 Subject: [PATCH] update android version:v1.0-rc9 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index bbb346e47..18a51a76d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=v1.0-rc8 +export BUILD_ID=v1.0-rc9 -- Gitee