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
|
|
@ -13,11 +13,18 @@ buildscript {
|
|||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'com.jakewharton.hugo'
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
|
||||
repositories {
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
}
|
||||
|
||||
// For pushing APKs directly to Google Play. Won't work without the .p12 key.
|
||||
play {
|
||||
serviceAccountEmail = '992499570703-57nnnb8m7ha6sri9tcov8nhgkg3fc9i9@developer.gserviceaccount.com'
|
||||
pk12File = file('../play-developer-key.p12')
|
||||
}
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
debug {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue