Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 73997671 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

update jacoco to solve compiling issue

parent 89a968dd
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ android {
        }
    }

    testCoverage.jacocoVersion = "0.8.8"
    testCoverage.jacocoVersion = "0.8.13"

    flavorDimensions = ["version"]

@@ -85,6 +85,14 @@ android {
    androidResources {
            generateLocaleConfig true
    }

    packagingOptions {
        resources {
            excludes += "META-INF/LICENSE*"
            excludes += "META-INF/versions/9/OSGI-INF/MANIFEST*"
            pickFirst "MANIFEST.MF" // workaround for duplicated manifest on some dependencies
        }
    }
}

ext {