File tree Expand file tree Collapse file tree 3 files changed +6
-24
lines changed Expand file tree Collapse file tree 3 files changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.0 .0'
8
+ classpath ' com.android.tools.build:gradle:2.3 .0'
9
9
classpath ' com.novoda:bintray-release:0.3.4'
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
- # Wed Apr 10 15:27:10 PDT 2013
1
+ # Fri Mar 17 06:53:45 JST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.12-all.zip
7
-
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3-all.zip
Original file line number Diff line number Diff line change @@ -20,31 +20,14 @@ dependencies {
20
20
provided " jp.co.cyberagent.android.gpuimage:gpuimage-library:${ GPUIMAGE_VERSION} "
21
21
}
22
22
23
- task androidJavadocs (type : Javadoc ) {
24
- source = android. sourceSets. main. java. srcDirs
25
- classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
26
- }
27
-
28
- task androidJavadocsJar (type : Jar , dependsOn : androidJavadocs) {
29
- classifier = ' javadoc'
30
- from androidJavadocs. destinationDir
31
- }
32
-
33
- task androidSourcesJar (type : Jar ) {
34
- classifier = ' sources'
35
- from android. sourceSets. main. java. srcDirs
36
- }
37
-
38
- artifacts {
39
- archives androidSourcesJar
40
- archives androidJavadocsJar
41
- }
42
-
43
23
publish {
44
24
userOrg = POM_DEVELOPER_ID
45
25
groupId = GROUP
46
26
artifactId = ARTIFACT_ID
47
27
publishVersion = VERSION_NAME
48
28
desc = POM_DESCRIPTION
49
29
website = POM_URL
30
+ bintrayUser = BINTRAY_USER
31
+ bintrayKey = BINTRAY_API_KEY
32
+ autoPublish = false
50
33
}
You can’t perform that action at this time.
0 commit comments