Skip to content

Instantly share code, notes, and snippets.

View otormaigh's full-sized avatar

Elliot Tormey otormaigh

  • Tapadoo
  • Dublin, Ireland
View GitHub Profile
@otormaigh
otormaigh / build.gradle
Last active January 26, 2020 16:02
CI Encrypt/Decrypt secret files
if (file('../enc.properties').exists()) {
apply from: '../enc.properties'
}
android {
signingConfigs {
debug {
storeFile file('../signing/debug.keystore')
}