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 {
3535 maybeCreate(" staging" )
3636 getByName(" staging" ) {
3737 // TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
38+ // https://issuetracker.google.com/issues/186798050
3839 this ::class .memberFunctions.first { it.name == " initWith" }.call(this , getByName(" debug" ))
3940
4041 // 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 {
3636 maybeCreate(" staging" )
3737 getByName(" staging" ) {
3838 // TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
39+ // https://issuetracker.google.com/issues/186798050
3940 this ::class .memberFunctions.first { it.name == " initWith" }.call(this , getByName(" debug" ))
4041 isDefault = true
4142 isMinifyEnabled = true
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ android {
9595 maybeCreate(" staging" )
9696 getByName(" staging" ) {
9797 // TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
98+ // https://issuetracker.google.com/issues/186798050
9899 this ::class .memberFunctions.first { it.name == " initWith" }.call(this , getByName(" debug" ))
99100 versionNameSuffix = " -staging"
100101
You can’t perform that action at this time.
0 commit comments