Skip to content

Commit 0b53dd8

Browse files
committed
更新README文件
1 parent 4aebc40 commit 0b53dd8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ allprojects {
114114
>
115115
116116
### 自定义主题颜色,同步App主题
117+
### 自定义FileProvider地址
117118
```java
119+
//自定义FileProvider地址(同一地址一部手机唯一)
120+
PhotoPick.setAuthority(getString(R.string.file_provider_authorities));
118121
Application里初始化PhotoPick
119122
//默认颜色:橘色android.R.color.holo_red_light
120123
PhotoPick.init(getApplicationContext());

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.1'
10+
classpath 'com.android.tools.build:gradle:3.1.3'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // Add this line
1212

1313

@@ -25,9 +25,9 @@ allprojects {
2525
}
2626

2727
ext {
28-
sdkVersion = 26
29-
buildToolsVersion = '26.0.2'
30-
supportLibVersion = '26.1.0'
28+
sdkVersion = 27
29+
buildToolsVersion = '27.0.3'
30+
supportLibVersion = '27.1.0'
3131
}
3232

3333
task clean(type: Delete) {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)