From 01ee98d8c7ef0604f2fa188cd3dbf8b595ad6535 Mon Sep 17 00:00:00 2001 From: wangyingjun02 <2959448004@qq.com> Date: Thu, 2 Mar 2023 19:05:13 +0800 Subject: [PATCH] update readme Signed-off-by: wangyingjun02 <2959448004@qq.com> --- unrar/README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unrar/README_zh.md b/unrar/README_zh.md index 89e82326..298e18ad 100644 --- a/unrar/README_zh.md +++ b/unrar/README_zh.md @@ -2,8 +2,8 @@ ## 功能简介 unrar是一个解压rar文件的库。 ## 使用约束 -- IDE版本:DevEco Studio 3.0 Release -- API版本:9 +- IDE版本:DevEco Studio 3.1 Beta1及以上版本 +- API版本:API version 9 及以上版本 - 三方库版本:v1.0.0 - 当前适配的功能:支持解压rar格式的文件 - [Apache License 2.0](https://github.com/maoabc/unrar-android/blob/master/LICENSE) -- Gitee