mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1881 App | Tech | Fix gradle task for enabling dated version names (#579)
This commit is contained in:
parent
d1450251c6
commit
b38c21f72a
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ tasks.register("incrementVersionPatch") {
|
|||
}
|
||||
|
||||
tasks.register("enableDatedVersionName") {
|
||||
doLast {
|
||||
enableDatedVersionName()
|
||||
}
|
||||
enableDatedVersionName()
|
||||
}
|
||||
|
||||
def incrementVersion(maj, min, patch) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue