The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
| apply plugin: 'maven-publish' | |
| afterEvaluate { | |
| android.libraryVariants.each { variant -> | |
| if (variant.buildType.name == "release") { | |
| publishing.publications.create variant.flavorName, MavenPublication, { | |
| groupId "$group" | |
| version "$version" | |
| artifactId "$project.name-$variant.flavorName" | |
| artifact variant.outputs.outputFile.get(0) |