Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
BlissLauncher
Commits
3e90f8e3
Commit
3e90f8e3
authored
Jul 09, 2021
by
Amit Kumar
💻
Browse files
Use test build keys to sign debug builds
parent
262a2ad1
Pipeline
#123978
failed with stage
in 1 minute and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
3e90f8e3
...
...
@@ -46,9 +46,9 @@ android {
signingConfigs
{
debug
{
storeFile
file
(
getRootDir
().
path
+
"/keystore/
debug
.keystore"
)
storeFile
file
(
getRootDir
().
path
+
"/keystore/
platform
.keystore"
)
storePassword
'android'
keyAlias
'
androiddebugkey
'
keyAlias
'
platform
'
keyPassword
'android'
}
}
...
...
keystore/platform.keystore
0 → 100644
View file @
3e90f8e3
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment