refactor(build): rename prepaid product flavor to gplay
This commit is contained in:
parent
3c85e6b4eb
commit
a309ceff32
3 changed files with 2 additions and 2 deletions
2
app/.gitignore
vendored
2
app/.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
/build
|
/build
|
||||||
/schemas/
|
/schemas/
|
||||||
/foss/
|
/foss/
|
||||||
/prepaid/
|
/gplay/
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ android {
|
||||||
productFlavors {
|
productFlavors {
|
||||||
register("core")
|
register("core")
|
||||||
register("foss")
|
register("foss")
|
||||||
register("prepaid")
|
register("gplay")
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue