mirror of
https://github.com/FossifyOrg/Clock.git
synced 2025-12-24 00:17:52 -05:00
refactor(build): rename prepaid product flavor to gplay
This commit is contained in:
committed by
Naveen Singh
parent
f2b1efe37f
commit
0d1c4fa856
2
app/.gitignore
vendored
2
app/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
/build
|
||||
/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