mirror of
https://github.com/FossifyOrg/Camera.git
synced 2025-12-23 23:59:51 -05:00
refactor(build): rename prepaid product flavor to gplay
This commit is contained in:
committed by
Naveen Singh
parent
6d60f58da7
commit
ecf557c9ec
2
app/.gitignore
vendored
2
app/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
/build
|
||||
/foss
|
||||
/prepaid
|
||||
/gplay
|
||||
|
||||
@@ -64,7 +64,7 @@ android {
|
||||
productFlavors {
|
||||
register("core")
|
||||
register("foss")
|
||||
register("prepaid")
|
||||
register("gplay")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user