Add play publisher plugin
This commit is contained in:
parent
e476be2011
commit
3c873c2bd1
2 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||
apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'de.mobilej.unmock'
|
||||
apply plugin: 'com.github.ben-manes.versions'
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
@ -180,4 +181,7 @@ spoon {
|
|||
grantAllPermissions = true
|
||||
}
|
||||
|
||||
|
||||
play {
|
||||
jsonFile = file('/media/ligi/USBCRED/play.json')
|
||||
uploadImages = true
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ buildscript {
|
|||
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.2.2'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
|
||||
classpath 'de.mobilej.unmock:UnMockPlugin:0.5.0'
|
||||
classpath 'com.github.triplet.gradle:play-publisher:1.1.5'
|
||||
|
||||
// http://stackoverflow.com/a/33889117/322642
|
||||
classpath 'com.github.JakeWharton:sdk-manager-plugin:220bf7a88a7072df3ed16dc8466fb144f2817070'
|
||||
|
|
Loading…
Reference in a new issue