Last active
March 15, 2019 09:31
-
-
Save yung-yu/96f8c19bd64a2fa90a1a57d2e41298ec to your computer and use it in GitHub Desktop.
toolbar use simple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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