Create gplay and fdroid variant

This commit is contained in:
Benoit Marty 2024-01-11 20:45:22 +01:00 committed by Benoit Marty
parent f281c6c365
commit fa05b18d32
4 changed files with 25 additions and 14 deletions

View file

@ -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") {}
}
}