Updated gradle
This commit is contained in:
parent
3058dbc18b
commit
4842fa431d
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ repositories {
|
|||
// For pushing APKs directly to Google Play. Won't work without the .p12 key.
|
||||
play {
|
||||
serviceAccountEmail = '992499570703-v2bp8sl246qm0tblmfv4s45v6njhdfr2@developer.gserviceaccount.com'
|
||||
pk12File = file('../privatekeys/play-developer-key.p12')
|
||||
pk12File = project.rootProject.file('privatekeys/play-developer-key.p12')
|
||||
track = 'beta'
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||
classpath 'com.github.triplet.gradle:play-publisher:1.1.5'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#Thu Aug 18 14:23:17 CEST 2016
|
||||
#Wed Mar 08 13:05:46 CET 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue