File tree Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 6
6
/build
7
7
/captures
8
8
.externalNativeBuild
9
+ bintrayKey
Original file line number Diff line number Diff line change 17
17
---
18
18
19
19
### 可下载APK直接体验
20
- [ Demo.apk] ( https://github.com/imLibo/FilePicker/blob/master/APK/release/ filepicker-demo.apk )
20
+ [ Demo.apk] ( https://fir.im/ filepicker )
21
21
22
22
23
23
---
26
26
27
27
28
28
```
29
- implementation 'cn.imlibo:FilePicker:v0.0.1_alpha'
30
- ```
31
-
32
- > 如果报找不到依赖库的错,在项目的build.gradle添加如下代码:
33
-
34
-
35
- ```
36
- allprojects {
37
- repositories {
38
- google()
39
- jcenter()
40
- maven { url "https://jitpack.io" }
41
- maven { url "https://dl.bintray.com/libo/maven" }
42
- }
43
- }
29
+ implementation 'cn.imlibo:FilePicker:v0.0.2_alpha'
44
30
```
45
31
46
32
@@ -169,12 +155,15 @@ themeId | 主题ID | R.Style.FilePicker_Elec
169
155
170
156
---
171
157
158
+ [ 陈宇明大师兄 BaseRecyclerViewAdapterHelper] ( https://github.com/CymChad/BaseRecyclerViewAdapterHelper )
159
+
172
160
[ Android-FilePicker] ( https://github.com/DroidNinja/Android-FilePicker )
173
161
174
162
[ Matisse] ( https://github.com/zhihu/Matisse )
175
163
176
164
[ AndroidPicker] ( https://github.com/gzu-liyujiang/AndroidPicker )
177
165
166
+
178
167
## LICENSE
179
168
180
169
MIT License
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ allprojects {
22
22
google()
23
23
jcenter()
24
24
maven { url " https://jitpack.io" }
25
- maven { url " https://dl.bintray.com/libo/maven" }
26
25
}
27
26
tasks. withType(Javadoc ) {
28
27
options. addStringOption(' Xdoclint:none' , ' -quiet' )
38
37
userOrg = ' libo'
39
38
groupId = ' cn.imlibo'
40
39
uploadName = ' FilePicker'
41
- publishVersion = ' v0.0.1_alpha '
40
+ publishVersion = ' v0.0.2_alpha '
42
41
desc = ' Android文件选择器、图片选择器、MIMEType分类选择器'
43
42
website = ' https://github.com/imLibo/FilePicker'
44
43
licences = [' MIT' ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
compileSdkVersion 26
6
6
7
7
defaultConfig {
8
- minSdkVersion 17
8
+ minSdkVersion 14
9
9
targetSdkVersion 26
10
10
versionCode 1
11
11
versionName " 1.0"
You can’t perform that action at this time.
0 commit comments