Revert "gradle: try to detect CI env variable"

This reverts commit 9382599f50.
This commit is contained in:
rafal1137 2021-04-28 21:14:07 +02:00
parent 4c2936d749
commit b6116ea119

View file

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