Skip to content

Commit 93bc6da

Browse files
committed
update multipleimageselect
1 parent aa91755 commit 93bc6da

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

README.5.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
- 压缩方案优化;
3+
- 提供图片选择adapter;
4+
- 去其他框架;
5+
- 适配Android8.0;
6+
- 更名;

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
google()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:3.0.1'
@@ -16,5 +17,6 @@ buildscript {
1617
allprojects {
1718
repositories {
1819
jcenter()
20+
google()
1921
}
2022
}

simple/build.gradle

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

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.0"
4+
compileSdkVersion 26
5+
buildToolsVersion '26.0.3'
66

77
defaultConfig {
88
applicationId "com.jph.simple"
99
minSdkVersion 14
10-
targetSdkVersion 25
10+
targetSdkVersion 26
1111
versionCode 1
1212
versionName "1.0"
1313
}

takephoto_library/build.gradle

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

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.0"
4+
compileSdkVersion 26
5+
buildToolsVersion '26.0.3'
66

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

2121
dependencies {
2222
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'
2424
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'
2626
compile 'me.shaohui.advancedluban:library:1.3.2'
2727
}
2828
//apply from: "bintrayUpload.gradle"

0 commit comments

Comments
 (0)