File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.2.1 '
9
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 '
8
+ classpath ' com.android.tools.build:gradle:3.4.2 '
9
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 '
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -2,13 +2,9 @@ apply plugin: 'com.jfrog.bintray'
2
2
3
3
version = VERSION_NAME
4
4
5
- Properties properties = new Properties ()
6
- properties. load(project. rootProject. file(' local.properties' ). newDataInputStream())
7
-
8
5
bintray {
9
- user = properties. getProperty(" bintray.user" )
10
- key = properties. getProperty(" bintray.apikey" )
11
-
6
+ user = bintray_user
7
+ key = bintray_apikey
12
8
configurations = [' archives' ]
13
9
pkg {
14
10
repo = ' maven'
@@ -19,11 +15,5 @@ bintray {
19
15
licenses = POM_LICENSES
20
16
publish = true
21
17
publicDownloadNumbers = true
22
- version {
23
- gpg {
24
- sign = true
25
- passphrase = properties. getProperty(" bintray.gpg.password" )
26
- }
27
- }
28
18
}
29
19
}
Original file line number Diff line number Diff line change 1
- # Sat Nov 03 21:04:21 WET 2018
1
+ # Sat Aug 17 13:35:25 WEST 2019
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-4.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1 -all.zip
You can’t perform that action at this time.
0 commit comments