This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ android {
35
35
maybeCreate(" staging" )
36
36
getByName(" staging" ) {
37
37
// TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
38
+ // https://issuetracker.google.com/issues/186798050
38
39
this ::class .memberFunctions.first { it.name == " initWith" }.call(this , getByName(" debug" ))
39
40
40
41
// Specifies a sorted list of fallback build types that the
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ android {
36
36
maybeCreate(" staging" )
37
37
getByName(" staging" ) {
38
38
// TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
39
+ // https://issuetracker.google.com/issues/186798050
39
40
this ::class .memberFunctions.first { it.name == " initWith" }.call(this , getByName(" debug" ))
40
41
isDefault = true
41
42
isMinifyEnabled = true
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ android {
95
95
maybeCreate(" staging" )
96
96
getByName(" staging" ) {
97
97
// TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
98
+ // https://issuetracker.google.com/issues/186798050
98
99
this ::class .memberFunctions.first { it.name == " initWith" }.call(this , getByName(" debug" ))
99
100
versionNameSuffix = " -staging"
100
101
You can’t perform that action at this time.
0 commit comments