Skip to content

Commit

Permalink
修复7.0拍照闪退问题~
Browse files Browse the repository at this point in the history
  • Loading branch information
luck1991 committed Jan 17, 2017
1 parent fae0ce8 commit 375096a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.2"

defaultConfig {
applicationId "com.luck.pictureselector"
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 375096a

Please sign in to comment.