Skip to content

Instantly share code, notes, and snippets.

View Maragues's full-sized avatar

Miguel Aragues Maragues

  • Kolibree
  • Zaragoza, Spain
View GitHub Profile
// additional required configuration to hook into the build script
android {
signingConfigs {
release
}
buildTypes {
release {
signingConfig signingConfigs.release
}