mirror of
https://github.com/FossifyOrg/Messages.git
synced 2025-12-24 00:00:16 -05:00
refactor(build): rename prepaid product flavor to gplay
This commit is contained in:
committed by
Naveen Singh
parent
3c85e6b4eb
commit
a309ceff32
2
app/.gitignore
vendored
2
app/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
/build
|
||||
/schemas/
|
||||
/foss/
|
||||
/prepaid/
|
||||
/gplay/
|
||||
|
||||
@@ -68,7 +68,7 @@ android {
|
||||
productFlavors {
|
||||
register("core")
|
||||
register("foss")
|
||||
register("prepaid")
|
||||
register("gplay")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user