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:
Karim Abou Zeid 2015-08-29 13:13:43 +02:00
commit f538bf6a33
5 changed files with 12 additions and 2 deletions

View file

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