action-release-debugapk icon indicating copy to clipboard operation
action-release-debugapk copied to clipboard

versionName is not recognized when using Gradle Kotlin DSL build file

Open tobiasgeissler opened this issue 3 years ago • 0 comments

When using Gradle's Kotlin DSL for the build file the versionName is not recognized which results in a release string "${RELEASE_TITLE} - v". The script should also consider build.gradle.kts files to retrieve the versionName.

tobiasgeissler avatar Feb 13 '21 17:02 tobiasgeissler