Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Jun 26, 2022
1 parent d2da437 commit deafcee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br>
[Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-26_060020_v3.10.3.apk)<br>

[![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)<br>
-[Last version](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.3)<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.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'
}
```

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

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.10.2</version>
<version>v3.10.3</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.10.2</version>
<version>v3.10.3</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.10.2</version>
<version>v3.10.3</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-12_044513_v3.10.2.apk)<br>
[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-26_060020_v3.10.3.apk)<br>

[![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)<br>
-[最新版本](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.3)<br>
-[如何引用](#如何引用)<br>
-[进阶使用](#进阶使用)<br>
-[权限](#权限)<br>
Expand All @@ -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'
}
```

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

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.10.2</version>
<version>v3.10.3</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.10.2</version>
<version>v3.10.3</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.10.2</version>
<version>v3.10.3</version>
</dependency>
```

Expand Down
Binary file not shown.

0 comments on commit deafcee

Please sign in to comment.