Skip to content
Snippets Groups Projects
Commit f46947e9 authored by JonOfUs's avatar JonOfUs
Browse files

Different app ID for debug build so that stable and debug can be installed next to each other

parent 4f89d627
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ plugins {
release {
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix = ".debug"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment