Skip to content

Instantly share code, notes, and snippets.

@titanwalking
Created January 2, 2023 12:28
Show Gist options
  • Save titanwalking/1c2d528ad0b591429642a898080ee6c1 to your computer and use it in GitHub Desktop.
Save titanwalking/1c2d528ad0b591429642a898080ee6c1 to your computer and use it in GitHub Desktop.
android.applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "app-${variant.productFlavors[0].name}-${variant.buildType.name}-${variant.versionName}.apk"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment