From 3c2e573ea63f295a3558f18fe95376a09d32c7df Mon Sep 17 00:00:00 2001 From: Lihongda <963140097@qq.com> Date: Mon, 18 Mar 2024 15:45:07 +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 --- gradle.properties | 2 +- 项目运行必读.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index d0afeae25..76f220158 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,4 +27,4 @@ android.useAndroidX=true android.useDeprecatedNdk=true versionCode=40 -versionName=4.10.0 \ No newline at end of file +versionName=4.11.0 \ No newline at end of file diff --git a/项目运行必读.txt b/项目运行必读.txt index c084ca295..b99c2750f 100644 --- a/项目运行必读.txt +++ b/项目运行必读.txt @@ -10,4 +10,5 @@ 3.android studio 版本不要太新,使用 2021.2.1 patch 2即可 -4.!!! Android Studio Dolphin | 2021.3.1 Patch 1 //使用这个版本可以解决升级到33,XML布局文件无法自动提示的问题 \ No newline at end of file +4.!!! Android Studio Dolphin | 2021.3.1 Patch 1 //使用这个版本可以解决升级到33,XML布局文件无法自动提示的问题 +5.如果要使用MMKV注意要引入so库,不然会在低版本安卓手机上运行崩溃 \ No newline at end of file