Create gplay and fdroid variant
This commit is contained in:
parent
f281c6c365
commit
fa05b18d32
4 changed files with 25 additions and 14 deletions
|
|
@ -97,8 +97,8 @@ fun Project.setupKover() {
|
|||
|
||||
defaults {
|
||||
// add reports of both 'debug' and 'release' Android build variants to default reports
|
||||
mergeWith("debug")
|
||||
mergeWith("release")
|
||||
mergeWith("gplayDebug")
|
||||
mergeWith("gplayRelease")
|
||||
|
||||
verify {
|
||||
onCheck = true
|
||||
|
|
@ -202,7 +202,7 @@ fun Project.setupKover() {
|
|||
}
|
||||
}
|
||||
|
||||
androidReports("release") {}
|
||||
androidReports("gplayRelease") {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue