Skip to content

Instantly share code, notes, and snippets.

View JavierSA's full-sized avatar

Javier Sánchez Alonso JavierSA

View GitHub Profile
@gabrielemariotti
gabrielemariotti / build.gradle
Last active July 27, 2026 07:50
Use signing.properties file which controls which keystore to use to sign the APK with gradle.
android {
signingConfigs {
release
}
buildTypes {
release {
signingConfig signingConfigs.release
}