Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Jun 8, 2022
1 parent 6794faf commit fc895cd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
A PictureSelector for Android platform, which supports obtaining pictures, videos, audio & photos from photo albums, cutting (single picture or multi picture cutting), compression, theme custom configuration and other functions, and supports dynamic access & an open source picture selection framework suitable for Android 5.0 + system<br>

![](image/picture_framework_es.png)

[简体中文🇨🇳](README_CN.md)

[Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-05_044238_v3.10.0.apk)<br>
[Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-09_121138_v3.10.1.apk)<br>

[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.0-yellow)](https://github.com/LuckSiege)
[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.1-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.0)<br>
-[Last version](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.1)<br>
-[Download](#Download)<br>
-[Usage](#Usage)<br>
-[Permission](#Permission)<br>
Expand All @@ -37,16 +37,16 @@ repositories {

dependencies {
// PictureSelector basic (Necessary)
implementation 'io.github.lucksiege:pictureselector:v3.10.0'
implementation 'io.github.lucksiege:pictureselector:v3.10.1'

// image compress library (Not necessary)
implementation 'io.github.lucksiege:compress:v3.10.0'
implementation 'io.github.lucksiege:compress:v3.10.1'

// uCrop library (Not necessary)
implementation 'io.github.lucksiege:ucrop:v3.10.0'
implementation 'io.github.lucksiege:ucrop:v3.10.1'

// simple camerax library (Not necessary)
implementation 'io.github.lucksiege:camerax:v3.10.0'
implementation 'io.github.lucksiege:camerax:v3.10.1'
}
```

Expand All @@ -56,25 +56,25 @@ Or Maven:
<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>pictureselector</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>
```

Expand Down
22 changes: 11 additions & 11 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

[English🇺🇸](README.md)

[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-05_044238_v3.10.0.apk)<br>
[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-09_121138_v3.10.1.apk)<br>

[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.0-yellow)](https://github.com/LuckSiege)
[![Maven Central](https://img.shields.io/badge/maven%20central-v3.10.1-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.0)<br>
-[最新版本](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.1)<br>
-[如何引用](#如何引用)<br>
-[进阶使用](#进阶使用)<br>
-[权限](#权限)<br>
Expand All @@ -39,16 +39,16 @@ repositories {

dependencies {
// PictureSelector 基础 (必须)
implementation 'io.github.lucksiege:pictureselector:v3.10.0'
implementation 'io.github.lucksiege:pictureselector:v3.10.1'

// 图片压缩 (按需引入)
implementation 'io.github.lucksiege:compress:v3.10.0'
implementation 'io.github.lucksiege:compress:v3.10.1'

// 图片裁剪 (按需引入)
implementation 'io.github.lucksiege:ucrop:v3.10.0'
implementation 'io.github.lucksiege:ucrop:v3.10.1'

// 自定义相机 (按需引入)
implementation 'io.github.lucksiege:camerax:v3.10.0'
implementation 'io.github.lucksiege:camerax:v3.10.1'
}
```

Expand All @@ -58,25 +58,25 @@ dependencies {
<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>pictureselector</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.10.0</version>
<version>v3.10.1</version>
</dependency>
```

Expand Down
Binary file not shown.

0 comments on commit fc895cd

Please sign in to comment.