mardi 20 février 2018

android test support flavors and build type variants?

android test support flavors and build type variants?

    flavorDimensions "foo"
    productFlavors {
        full {
            dimension "foo"
        }

        trial {
            dimension "foo"
        }
    }

If there is only src/androidTest/java, which variant to test?

Aucun commentaire:

Enregistrer un commentaire