i’ve made a special app flavour via the buildTypes section of the build.gradle for my app. Before it was “release” and now it’s “gplay” and “fdroid”.
The fdroid metadata seems to only build “release” via the cmd “gradlew assembleRelease”. Is there an option where I could specify I’d like to build “fdroid” (assembleFdroid) instead?