Skip to content
Snippets Groups Projects
Commit 03380584 authored by kr328's avatar kr328
Browse files

Improve: add package suffix for flavor 'foss'

parent 0b69bf73
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ android { ...@@ -41,6 +41,7 @@ android {
create("foss") { create("foss") {
dimension = "foss" dimension = "foss"
versionNameSuffix = ".foss" versionNameSuffix = ".foss"
applicationIdSuffix = ".foss"
} }
create("premium") { create("premium") {
dimension = "premium" dimension = "premium"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment