Add play publisher plugin

This commit is contained in:
ligi 2016-12-02 22:25:43 +01:00
parent e476be2011
commit 3c873c2bd1
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D
2 changed files with 6 additions and 1 deletions

View file

@ -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
}

View file

@ -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'