Build and push APKs directly to Google Play via gradle task. This won't be available for people without the matching .p12 key.
This commit is contained in:
parent
f458d146af
commit
f538bf6a33
5 changed files with 12 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.0'
|
||||
classpath 'com.github.triplet.gradle:play-publisher:1.1.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue