Skip to content

Commit

Permalink
minSDK改为14
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglu1209 committed Nov 6, 2018
1 parent 26e6899 commit d8de2ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,7 @@ allprojects {
}
```
lastRelease:<a><img src="https://img.shields.io/github/release/wanglu1209/PhotoViewer.svg"/></a>

```Gradle
dependencies {
Expand Down Expand Up @@ -86,7 +87,12 @@ PhotoViewer

## 更新日志

### 0.37

minSDK改为14

### 0.36

增加view的判空处理,解决由小圆点引发的闪退问题


Expand Down
2 changes: 1 addition & 1 deletion photoviewer/build.gradle
Expand Up @@ -10,7 +10,7 @@ android {


defaultConfig {
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit d8de2ca

Please sign in to comment.