Update release config

This commit is contained in:
Moxie Marlinspike
2018-10-26 10:54:12 -07:00
parent eeb2e2e3af
commit 4063ef39a4
6 changed files with 210 additions and 63 deletions

9
buildSrc/build.gradle Normal file
View File

@@ -0,0 +1,9 @@
apply plugin: 'java-gradle-plugin'
repositories {
mavenCentral()
}
dependencies {
compile group: 'com.android.tools.build', name: 'apksig', version: '2.3.0'
}