Skip to content

Commit

Permalink
- Added auto naming for APK builds
Browse files Browse the repository at this point in the history
- Updated README
  • Loading branch information
MenosGrante committed Nov 20, 2018
1 parent d9749f1 commit ddc1828
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ You should translate it. Files marked with **translatable="false"** should not b
* [ealfonso93](https://github.com/ealfonso93) for contributing in this project.
* [unbranched](https://github.com/unbranched) for Italian localization.
* [wendyliga](https://github.com/wendyliga) for Indonesian localization.
* [javito1081](https://github.com/javito1081) for Spanish localization.

## Donate
I have created and supporting this application in my free time, so if you want to support me, follow my <a href="https://www.buymeacoffee.com/pavelrekun" target="_blank">"Buy me coffee"</a> link :)
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ android {
lintOptions {
abortOnError false
}

android.applicationVariants.all { variant ->
variant.outputs.all { output ->
outputFileName = "[${versionName}] Rekado [${versionCode}].apk"
}
}
}

dependencies {
Expand Down

0 comments on commit ddc1828

Please sign in to comment.