File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,13 @@ android {
1313 targetSdkVersion 26
1414 versionCode 80
1515 versionName " 8.0"
16-
16+ }
17+ lintOptions. abortOnError = false
18+ buildTypes {
19+ release {
20+ minifyEnabled false
21+ proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
22+ }
1723 }
1824}
1925
@@ -41,15 +47,15 @@ task sourcesJar(type: Jar) {
4147 classifier = ' sources'
4248}
4349
44- task javadoc (type : Javadoc ) {
45- source = android. sourceSets. main. java. srcDirs
46- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
47- }
48-
49- task javadocJar (type : Jar , dependsOn : javadoc) {
50- classifier = ' javadoc'
51- from javadoc. destinationDir
52- }
50+ // task javadoc(type: Javadoc) {
51+ // source = android.sourceSets.main.java.srcDirs
52+ // classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
53+ // }
54+ //
55+ // task javadocJar(type: Jar, dependsOn: javadoc) {
56+ // classifier = 'javadoc'
57+ // from javadoc.destinationDir
58+ // }
5359
5460artifacts {
5561 archives javadocJar
You can’t perform that action at this time.
0 commit comments