Skip to content

Commit 7778ff6

Browse files
committed
gradle: use matching fallback instead of build type
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 79c5eb4 commit 7778ff6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tunnel/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ android {
5050
}
5151
}
5252
}
53-
create("googleplay") {
54-
initWith(getByName("release"))
55-
}
5653
}
5754
lint {
5855
disable += "LongLogTag"

ui/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ android {
5050
}
5151
create("googleplay") {
5252
initWith(getByName("release"))
53+
matchingFallbacks += "release"
5354
buildConfigField("boolean", "IS_GOOGLE_PLAY", true.toString())
5455
}
5556
}

0 commit comments

Comments
 (0)