Update mppProjectWithSerialization.gradle

This commit is contained in:
InsanusMokrassar 2021-03-13 20:16:35 +06:00 committed by GitHub
parent b7bdb6847c
commit e6bd25dc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project.version = "$version" + System.getenv("additional_version")
project.version = "$version"
project.group = "$group"
apply from: "$publishGradlePath"