File tree 4 files changed +16
-8
lines changed 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+
2
+ - 压缩方案优化;
3
+ - 提供图片选择adapter;
4
+ - 去其他框架;
5
+ - 适配Android8.0;
6
+ - 更名;
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
9
classpath ' com.android.tools.build:gradle:3.0.1'
@@ -16,5 +17,6 @@ buildscript {
16
17
allprojects {
17
18
repositories {
18
19
jcenter()
20
+ google()
19
21
}
20
22
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.0 "
4
+ compileSdkVersion 26
5
+ buildToolsVersion ' 26 .0.3 '
6
6
7
7
defaultConfig {
8
8
applicationId " com.jph.simple"
9
9
minSdkVersion 14
10
- targetSdkVersion 25
10
+ targetSdkVersion 26
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.0 "
4
+ compileSdkVersion 26
5
+ buildToolsVersion ' 26 .0.3 '
6
6
7
7
defaultConfig {
8
8
minSdkVersion 14
9
- targetSdkVersion 25
9
+ targetSdkVersion 26
10
10
versionCode 43
11
11
versionName " 4.0.3"
12
12
}
@@ -20,9 +20,9 @@ android {
20
20
21
21
dependencies {
22
22
compile fileTree(include : [' *.jar' ], dir : ' libs' )
23
- compile ' com.android.support:support-v4:25.0 .0'
23
+ implementation ' com.android.support:appcompat-v7:26.1 .0'
24
24
compile ' com.soundcloud.android.crop:lib_crop:1.0.0'
25
- compile ' com.darsh.multipleimageselect:multipleimageselect:1.0.4 '
25
+ compile ' com.darsh.multipleimageselect:multipleimageselect:1.0.5 '
26
26
compile ' me.shaohui.advancedluban:library:1.3.2'
27
27
}
28
28
// apply from: "bintrayUpload.gradle"
You can’t perform that action at this time.
0 commit comments