https://kotlinlang.org logo
s

Serhii K

11/17/2020, 4:46 PM
Hi guys🖖. After update android studio to 4.1.1 this stop working for me (getDate() own function)
Copy code
versionNameSuffix "-debug(${getDate()})"
I suppose It is because I added this:
Copy code
versionName project.ext.versionName //old string
buildConfigField 'String', 'VERSION_NAME', "\"$versionName\"" //new field