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 e859b58f09
commit e4ef00908b
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") {}
}
}