Skip to content

Commit ae78d43

Browse files
committed
refactor(build): rename prepaid product flavor to gplay
1 parent 39d218a commit ae78d43

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/build
22
/foss/
3-
/prepaid/
3+
/gplay/

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
productFlavors {
6868
register("core")
6969
register("foss")
70-
register("prepaid")
70+
register("gplay")
7171
}
7272

7373
sourceSets {

0 commit comments

Comments
 (0)