Skip to content

Commit

Permalink
github ci => keystore persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinfo committed Nov 14, 2022
1 parent 5a152b1 commit efaa936
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@ android {
versionName "1.0.1"
}

signingConfigs {
debug {
storeFile file("debug.keystore")
storePassword 'android'
keyAlias 'androiddebugkey'
keyPassword 'android'
}
}

buildTypes {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
}
release {
minifyEnabled true
Expand Down
Binary file added app/debug.keystore
Binary file not shown.

0 comments on commit efaa936

Please sign in to comment.