gradle: try to detect CI env variable

This commit is contained in:
rafal1137 2021-04-28 21:14:07 +02:00
parent 14d2adb190
commit 9382599f50

View file

@ -20,6 +20,8 @@ versionberg {
nameTemplate '${major}.${minor}.${patch}-${commitCount}-${commitSha}'
}
println System.getenv('CI')
android {
compileSdkVersion 26
defaultConfig {