Skip to content

Commit bc7c683

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # app/app.iml # app/build.gradle # filepicker/filepicker.iml
2 parents 570c04f + 29166e4 commit bc7c683

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/build
77
/captures
88
.externalNativeBuild
9+
bintrayKey

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
---
1818

1919
### 可下载APK直接体验
20-
[Demo.apk](https://github.com/imLibo/FilePicker/blob/master/APK/release/filepicker-demo.apk)
20+
[Demo.apk](https://fir.im/filepicker)
2121

2222

2323
---
@@ -26,21 +26,7 @@
2626

2727

2828
```
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'
4430
```
4531

4632

@@ -169,12 +155,15 @@ themeId | 主题ID | R.Style.FilePicker_Elec
169155

170156
---
171157

158+
[陈宇明大师兄 BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)
159+
172160
[Android-FilePicker](https://github.com/DroidNinja/Android-FilePicker)
173161

174162
[Matisse](https://github.com/zhihu/Matisse)
175163

176164
[AndroidPicker](https://github.com/gzu-liyujiang/AndroidPicker)
177165

166+
178167
## LICENSE
179168

180169
MIT License

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ allprojects {
2222
google()
2323
jcenter()
2424
maven { url "https://jitpack.io" }
25-
maven { url "https://dl.bintray.com/libo/maven" }
2625
}
2726
tasks.withType(Javadoc) {
2827
options.addStringOption('Xdoclint:none', '-quiet')
@@ -38,7 +37,7 @@ ext {
3837
userOrg = 'libo'
3938
groupId = 'cn.imlibo'
4039
uploadName = 'FilePicker'
41-
publishVersion = 'v0.0.1_alpha'
40+
publishVersion = 'v0.0.2_alpha'
4241
desc = 'Android文件选择器、图片选择器、MIMEType分类选择器'
4342
website = 'https://github.com/imLibo/FilePicker'
4443
licences = ['MIT']

filepicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
compileSdkVersion 26
66

77
defaultConfig {
8-
minSdkVersion 17
8+
minSdkVersion 14
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)