refactor(build): rename prepaid product flavor to gplay

This commit is contained in:
Naveen Singh
2025-05-03 08:30:46 +05:30
committed by Naveen Singh
parent 0490de7627
commit df9249f989
3 changed files with 2 additions and 2 deletions

2
app/.gitignore vendored
View File

@@ -1,3 +1,3 @@
/build
/foss/
/prepaid/
/gplay/

View File

@@ -65,7 +65,7 @@ android {
productFlavors {
register("core")
register("foss")
register("prepaid")
register("gplay")
}
sourceSets {