Skip to content

Instantly share code, notes, and snippets.

View jpeddicord's full-sized avatar

Jacob Peddicord jpeddicord

View GitHub Profile
@jpeddicord
jpeddicord / keybase.md
Created March 28, 2019 03:37
keybase verification

Keybase proof

I hereby claim:

  • I am jpeddicord on github.
  • I am jpeddicord (https://keybase.io/jpeddicord) on keybase.
  • I have a public key ASC5PeW2XbFg2PATtoekBNMyMZA4dnHRQSqR6hGTIEUbzwo

To claim this, I am signing this object:

@jpeddicord
jpeddicord / build.gradle
Last active April 14, 2023 20:31
Release APK builder that asks for your key passwords interactively, so you don't have to store them in your build script or VCS. For use with the Gradle build system. CC0 license.
// additional required configuration to hook into the build script
android {
signingConfigs {
release
}
buildTypes {
release {
signingConfig signingConfigs.release
}