Browse Source

Add a shared debug signature

pull/4/head
Benoit Marty 2 years ago
parent
commit
b223a39d34
  1. 9
      app/build.gradle
  2. BIN
      app/signature/debug.keystore

9
app/build.gradle

@ -43,6 +43,15 @@ android { @@ -43,6 +43,15 @@ android {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
}
signingConfigs {
debug {
keyAlias 'androiddebugkey'
keyPassword 'android'
storeFile file('./signature/debug.keystore')
storePassword 'android'
}
}
}
dependencies {

BIN
app/signature/debug.keystore

Binary file not shown.
Loading…
Cancel
Save