Build: Add VERSION_NAME to BuildConfig

This commit is contained in:
Marvin W 2022-01-24 15:36:10 +01:00
parent 2fc74cf100
commit 5bc5ab439a
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ android {
versionName version
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
buildConfigField "String", "VERSION_NAME", "\"$version\""
}
sourceSets {