Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Mar 13, 2023
1 parent 530d125 commit d2a8997
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 @@ -3,15 +3,15 @@

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

[Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-11-13_092849_v3.10.7.apk)<br>
[Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2023-03-13_092952_v3.10.8.apk)<br>

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

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

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

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

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

Expand All @@ -54,25 +54,25 @@ Or Maven:
<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>pictureselector</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</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 @@ -3,15 +3,15 @@

[English🇺🇸](README.md)

[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-11-13_092849_v3.10.7.apk)<br>
[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2023-03-13_092952_v3.10.8.apk)<br>

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

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

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

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

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

Expand All @@ -56,25 +56,25 @@ dependencies {
<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>pictureselector</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.10.7</version>
<version>v3.10.8</version>
</dependency>
```

Expand Down
Binary file not shown.

0 comments on commit d2a8997

Please sign in to comment.