Skip to content

Commit 3776369

Browse files
authored
Merge pull request #54 from DeployGate/jmatsu-patch-1
Tweak ribbon filters of sample apps
2 parents 754b0ee + 22a5ba1 commit 3776369

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sample/build.gradle

+13-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ easylauncher {
5454

5555
productFlavors {
5656
devreal {
57-
filters = customColorRibbonFilter("devmock", "#55E74C3C", "#FFFFFF", "topRight")
57+
filters = customColorRibbonFilter("devreal", "#55E74C3C", "#FFFFFF", "topRight")
5858
}
5959
devmock {
6060
filters = customColorRibbonFilter("devmock", "#556600CC", "#FFFFFF", "topRight")
@@ -66,6 +66,18 @@ easylauncher {
6666
enable false
6767
}
6868
}
69+
70+
buildTypes {
71+
debug {
72+
filters = customColorRibbonFilter("debug", "#5574924", "#FFFFFF", "bottom")
73+
}
74+
distribute {
75+
enable false
76+
}
77+
release {
78+
enable false
79+
}
80+
}
6981
}
7082

7183
dependencies {

0 commit comments

Comments
 (0)