diff --git a/README.md b/README.md index 0b0f929f4..fe88ed56b 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ [简体中文🇨🇳](README_CN.md) - [Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-12_044513_v3.10.2.apk)
+ [Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-26_060020_v3.10.3.apk)
-[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.2-yellow)](https://github.com/LuckSiege) +[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.3-yellow)](https://github.com/LuckSiege) [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/LuckSiege) [![Star](https://img.shields.io/github/stars/LuckSiege/PictureSelector.svg)](https://github.com/LuckSiege/PictureSelector) ## Contents --[Last version](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.2)
+-[Last version](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.3)
-[Download](#Download)
-[Usage](#Usage)
-[Permission](#Permission)
@@ -37,16 +37,16 @@ repositories { dependencies { // PictureSelector basic (Necessary) - implementation 'io.github.lucksiege:pictureselector:v3.10.2' + implementation 'io.github.lucksiege:pictureselector:v3.10.3' // image compress library (Not necessary) - implementation 'io.github.lucksiege:compress:v3.10.2' + implementation 'io.github.lucksiege:compress:v3.10.3' // uCrop library (Not necessary) - implementation 'io.github.lucksiege:ucrop:v3.10.2' + implementation 'io.github.lucksiege:ucrop:v3.10.3' // simple camerax library (Not necessary) - implementation 'io.github.lucksiege:camerax:v3.10.2' + implementation 'io.github.lucksiege:camerax:v3.10.3' } ``` @@ -56,25 +56,25 @@ Or Maven: io.github.lucksiege pictureselector - v3.10.2 + v3.10.3 io.github.lucksiege compress - v3.10.2 + v3.10.3 io.github.lucksiege ucrop - v3.10.2 + v3.10.3 io.github.lucksiege camerax - v3.10.2 + v3.10.3 ``` diff --git a/README_CN.md b/README_CN.md index eb8fdfceb..e2d0858ea 100644 --- a/README_CN.md +++ b/README_CN.md @@ -5,15 +5,15 @@ [English🇺🇸](README.md) - [效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-12_044513_v3.10.2.apk)
+ [效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-26_060020_v3.10.3.apk)
-[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.2-yellow)](https://github.com/LuckSiege) +[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.3-yellow)](https://github.com/LuckSiege) [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/LuckSiege) [![Star](https://img.shields.io/github/stars/LuckSiege/PictureSelector.svg)](https://github.com/LuckSiege/PictureSelector) ## 目录 --[最新版本](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.2)
+-[最新版本](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.3)
-[如何引用](#如何引用)
-[进阶使用](#进阶使用)
-[权限](#权限)
@@ -39,16 +39,16 @@ repositories { dependencies { // PictureSelector 基础 (必须) - implementation 'io.github.lucksiege:pictureselector:v3.10.2' + implementation 'io.github.lucksiege:pictureselector:v3.10.3' // 图片压缩 (按需引入) - implementation 'io.github.lucksiege:compress:v3.10.2' + implementation 'io.github.lucksiege:compress:v3.10.3' // 图片裁剪 (按需引入) - implementation 'io.github.lucksiege:ucrop:v3.10.2' + implementation 'io.github.lucksiege:ucrop:v3.10.3' // 自定义相机 (按需引入) - implementation 'io.github.lucksiege:camerax:v3.10.2' + implementation 'io.github.lucksiege:camerax:v3.10.3' } ``` @@ -58,25 +58,25 @@ dependencies { io.github.lucksiege pictureselector - v3.10.2 + v3.10.3 io.github.lucksiege compress - v3.10.2 + v3.10.3 io.github.lucksiege ucrop - v3.10.2 + v3.10.3 io.github.lucksiege camerax - v3.10.2 + v3.10.3 ``` diff --git a/app/demo/demo_2022-06-12_044513_v3.10.2.apk b/app/demo/demo_2022-06-26_060020_v3.10.3.apk similarity index 51% rename from app/demo/demo_2022-06-12_044513_v3.10.2.apk rename to app/demo/demo_2022-06-26_060020_v3.10.3.apk index 35b9f2d7f..3b3de5465 100644 Binary files a/app/demo/demo_2022-06-12_044513_v3.10.2.apk and b/app/demo/demo_2022-06-26_060020_v3.10.3.apk differ