2
2
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 >
3
3
4
4
![ ] ( image/picture_framework_es.png )
5
-
5
+
6
6
[ 简体中文🇨🇳] ( README_CN.md )
7
7
8
- [ Download Demo Apk] ( https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-05_044238_v3 .10.0 .apk ) <br >
8
+ [ Download Demo Apk] ( https://github.com/LuckSiege/PictureSelector/raw/version_component/app/demo/demo_2022-06-09_121138_v3 .10.1 .apk ) <br >
9
9
10
- [ ![ Maven Central] ( https://img.shields.io/badge/maven%20central-v3.10.0 -yellow )] ( https://github.com/LuckSiege )
10
+ [ ![ Maven Central] ( https://img.shields.io/badge/maven%20central-v3.10.1 -yellow )] ( https://github.com/LuckSiege )
11
11
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-Welcome-brightgreen.svg )] ( https://github.com/LuckSiege )
12
12
[ ![ Star] ( https://img.shields.io/github/stars/LuckSiege/PictureSelector.svg )] ( https://github.com/LuckSiege/PictureSelector )
13
13
14
14
15
15
## Contents
16
- -[ Last version] ( https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.0 ) <br >
16
+ -[ Last version] ( https://github.com/LuckSiege/PictureSelector/releases/tag/v3.10.1 ) <br >
17
17
-[ Download] ( #Download ) <br >
18
18
-[ Usage] ( #Usage ) <br >
19
19
-[ Permission] ( #Permission ) <br >
@@ -37,16 +37,16 @@ repositories {
37
37
38
38
dependencies {
39
39
// PictureSelector basic (Necessary)
40
- implementation ' io.github.lucksiege:pictureselector:v3.10.0 '
40
+ implementation ' io.github.lucksiege:pictureselector:v3.10.1 '
41
41
42
42
// image compress library (Not necessary)
43
- implementation ' io.github.lucksiege:compress:v3.10.0 '
43
+ implementation ' io.github.lucksiege:compress:v3.10.1 '
44
44
45
45
// uCrop library (Not necessary)
46
- implementation ' io.github.lucksiege:ucrop:v3.10.0 '
46
+ implementation ' io.github.lucksiege:ucrop:v3.10.1 '
47
47
48
48
// simple camerax library (Not necessary)
49
- implementation ' io.github.lucksiege:camerax:v3.10.0 '
49
+ implementation ' io.github.lucksiege:camerax:v3.10.1 '
50
50
}
51
51
```
52
52
@@ -56,25 +56,25 @@ Or Maven:
56
56
< dependency>
57
57
< groupId> io.github.lucksiege< /groupId>
58
58
< artifactId> pictureselector< /artifactId>
59
- < version> v3.10.0 < /version>
59
+ < version> v3.10.1 < /version>
60
60
< /dependency>
61
61
62
62
< dependency>
63
63
< groupId> io.github.lucksiege< /groupId>
64
64
< artifactId> compress< /artifactId>
65
- < version> v3.10.0 < /version>
65
+ < version> v3.10.1 < /version>
66
66
< /dependency>
67
67
68
68
< dependency>
69
69
< groupId> io.github.lucksiege< /groupId>
70
70
< artifactId> ucrop< /artifactId>
71
- < version> v3.10.0 < /version>
71
+ < version> v3.10.1 < /version>
72
72
< /dependency>
73
73
74
74
< dependency>
75
75
< groupId> io.github.lucksiege< /groupId>
76
76
< artifactId> camerax< /artifactId>
77
- < version> v3.10.0 < /version>
77
+ < version> v3.10.1 < /version>
78
78
< /dependency>
79
79
```
80
80
0 commit comments