Create gplay and fdroid variant
This commit is contained in:
committed by
Benoit Marty
parent
e859b58f09
commit
e4ef00908b
@@ -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") {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user