Update mppProjectWithSerialization.gradle

This commit is contained in:
InsanusMokrassar 2021-03-01 00:44:19 +06:00 committed by GitHub
parent dde5f03fe2
commit 5dc07e42e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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