mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-01 03:01:58 -05:00
refactor(build): rename prepaid product flavor to gplay
This commit is contained in:
committed by
Naveen Singh
parent
39d218a561
commit
ae78d43bca
2
app/.gitignore
vendored
2
app/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
/build
|
||||
/foss/
|
||||
/prepaid/
|
||||
/gplay/
|
||||
|
||||
@@ -67,7 +67,7 @@ android {
|
||||
productFlavors {
|
||||
register("core")
|
||||
register("foss")
|
||||
register("prepaid")
|
||||
register("gplay")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user