Skip to content

Instantly share code, notes, and snippets.

@yung-yu
Last active March 15, 2019 09:31
Show Gist options
  • Save yung-yu/96f8c19bd64a2fa90a1a57d2e41298ec to your computer and use it in GitHub Desktop.
Save yung-yu/96f8c19bd64a2fa90a1a57d2e41298ec to your computer and use it in GitHub Desktop.
toolbar use simple
https://stackoverflow.com/questions/26533510/android-toolbar-center-title-and-custom-font
android.applicationVariants.all { variant ->
variant.outputs.all { output ->
outputFileName = "${variant.versionCode}${variant.buildType.name}${variant.flavorName}.apk"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment