Skip to content

Commit af59efc

Browse files
committed
refactor(build): rename prepaid product flavor to gplay
1 parent 2ed6049 commit af59efc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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
@@ -65,7 +65,7 @@ android {
6565
productFlavors {
6666
register("core")
6767
register("foss")
68-
register("prepaid")
68+
register("gplay")
6969
}
7070

7171
sourceSets {

0 commit comments

Comments
 (0)