mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 12:58:28 +00:00
Fixed generated APK file name not containing git version
This commit is contained in:
parent
f8b113f147
commit
8b17d4aa50
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ android {
|
|||
variant.outputs
|
||||
.map { it as com.android.build.gradle.internal.api.BaseVariantOutputImpl }
|
||||
.forEach { output ->
|
||||
output.outputFileName = "linphone-android-${variant.buildType.name}-${project.version}.apk"
|
||||
output.outputFileName = "linphone-android-${variant.buildType.name}-${gitVersion}.apk"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue