Skip to content

Commit

Permalink
use flavorname
Browse files Browse the repository at this point in the history
  • Loading branch information
Peerapathananont, Kajornsak (Agoda) committed Dec 26, 2019
1 parent 703f461 commit 77e5d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ open class PullScreenshotsTask : ScreenshotTask() {

if (extension.variantRecord) {
if (verify || record) {
add(extension.recordDir + variant.baseName.toLowerCase() + "/")
add(extension.recordDir + variant.flavorName.toLowerCase() + "/")
}
} else {
if (verify || record) {
Expand Down

0 comments on commit 77e5d1d

Please sign in to comment.