Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Apr 16, 2023
1 parent a2138f2 commit 705862f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 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_2023-04-07_061809_v3.11.0.apk)<br>
[Download Demo Apk](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2023-04-16_100140_v3.11.1.apk)<br>

[![Maven Central](https://img.shields.io/badge/maven%20central-v3.11.0-yellow)](https://github.com/LuckSiege)
[![Maven Central](https://img.shields.io/badge/maven%20central-v3.11.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
-[Latest version](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.11.0)<br>
-[Latest version](https://github.com/LuckSiege/PictureSelector/releases/tag/v3.11.1)<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.11.0'
implementation 'io.github.lucksiege:pictureselector:v3.11.1'

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

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

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

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

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.11.0</version>
<version>v3.11.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.11.0</version>
<version>v3.11.1</version>
</dependency>

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

[English🇺🇸](README.md)

[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2023-04-07_061809_v3.11.0.apk)<br>
[效果体验](https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2023-04-16_100140_v3.11.1.apk)<br>

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

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

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

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

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

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

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>compress</artifactId>
<version>v3.11.0</version>
<version>v3.11.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>ucrop</artifactId>
<version>v3.11.0</version>
<version>v3.11.1</version>
</dependency>

<dependency>
<groupId>io.github.lucksiege</groupId>
<artifactId>camerax</artifactId>
<version>v3.11.0</version>
<version>v3.11.1</version>
</dependency>
```

Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
cfgs = [
versionCode : 90,
versionName : "v3.11.0",
versionCode : 91,
versionName : "v3.11.1",

//open version control
androidSupportVersion : "27.0.2",
Expand Down

0 comments on commit 705862f

Please sign in to comment.