From d1390fd38d1e7d5ac6731816795321705ad80b66 Mon Sep 17 00:00:00 2001 From: Lihongda <963140097@qq.com> Date: Mon, 18 Mar 2024 15:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4mmkv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 项目运行必读.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/项目运行必读.txt b/项目运行必读.txt index b99c2750f..ae88c5959 100644 --- a/项目运行必读.txt +++ b/项目运行必读.txt @@ -11,4 +11,6 @@ 3.android studio 版本不要太新,使用 2021.2.1 patch 2即可 4.!!! Android Studio Dolphin | 2021.3.1 Patch 1 //使用这个版本可以解决升级到33,XML布局文件无法自动提示的问题 -5.如果要使用MMKV注意要引入so库,不然会在低版本安卓手机上运行崩溃 \ No newline at end of file +5.如果要使用MMKV注意要引入so库,不然会在低版本安卓手机上运行崩溃 + +6.开发分支是dev_1.0.0,master分支上有userid需求的代码,所以不要使用master分支 \ No newline at end of file