Skip to content

Commit 74a78ab

Browse files
committed
update compileSdkVersion
1 parent 93bc6da commit 74a78ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

takephoto_library/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 27
55
buildToolsVersion '26.0.3'
66

77
defaultConfig {
88
minSdkVersion 14
9-
targetSdkVersion 26
9+
targetSdkVersion 27
1010
versionCode 43
1111
versionName "4.0.3"
1212
}
@@ -20,7 +20,6 @@ android {
2020

2121
dependencies {
2222
compile fileTree(include: ['*.jar'], dir: 'libs')
23-
implementation 'com.android.support:appcompat-v7:26.1.0'
2423
compile 'com.soundcloud.android.crop:lib_crop:1.0.0'
2524
compile 'com.darsh.multipleimageselect:multipleimageselect:1.0.5'
2625
compile 'me.shaohui.advancedluban:library:1.3.2'

0 commit comments

Comments
 (0)