Skip to content

Commit 9eb7eed

Browse files
committed
fix bugs
1 parent 48e0d8d commit 9eb7eed

File tree

7 files changed

+211
-215
lines changed

7 files changed

+211
-215
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.1'
10+
classpath 'com.android.tools.build:gradle:3.1.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

gradle-mvn-push.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ afterEvaluate { project ->
9292
sign configurations.archives
9393
}
9494

95-
task androidJavadocs(type: Javadoc) {
96-
source = android.sourceSets.main.java.srcDirs
97-
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
98-
}
99-
100-
task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) {
101-
classifier = 'javadoc'
102-
from androidJavadocs.destinationDir
103-
}
95+
// task androidJavadocs(type: Javadoc) {
96+
// source = android.sourceSets.main.java.srcDirs
97+
// classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
98+
// }
99+
//
100+
// task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) {
101+
// classifier = 'javadoc'
102+
// from androidJavadocs.destinationDir
103+
// }
104104

105105
task androidSourcesJar(type: Jar) {
106106
classifier = 'sources'
@@ -109,6 +109,6 @@ afterEvaluate { project ->
109109

110110
artifacts {
111111
archives androidSourcesJar
112-
archives androidJavadocsJar
112+
// archives androidJavadocsJar
113113
}
114114
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ POM_DEVELOPER_NAME=sunwei
2121
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt
2222
POM_DESCRIPTION=Android image file selector
2323
POM_LICENCE_NAME=The Apache Software License, Version 2.0
24-
VERSION_NAME=1.0.13-SNAPSHOT
25-
VERSION_CODE=16
24+
VERSION_NAME=1.0.14-SNAPSHOT
25+
VERSION_CODE=17
2626
POM_SCM_DEV_CONNECTION=scm\:https\://github.com/sw926/ImageFileSelector.git
2727
POM_URL=https\://github.com/sw926/ImageFileSelector
2828
POM_SCM_CONNECTION=scm\:https\://github.com/sw926/ImageFileSelector.git

library/src/main/java/com/sw926/imagefileselector/ImageCompressHelper.java

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)