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