Fix zip name for liblinphone gradle
This commit is contained in:
parent
6b0d14614e
commit
370f722b40
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ task androidJavadocsJar(type: Jar, dependsOn: releaseJavadoc) {
|
||||||
}
|
}
|
||||||
|
|
||||||
task sdkZip(type: Zip) {
|
task sdkZip(type: Zip) {
|
||||||
String appName = "linphone-android-sdk"
|
String appName = "liblinphone-android-sdk"
|
||||||
String gitSha = 'git describe --always'.execute().text.trim()
|
String gitSha = 'git describe --always'.execute().text.trim()
|
||||||
String newSdkName = appName + "-" + gitSha + ".zip"
|
String newSdkName = appName + "-" + gitSha + ".zip"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue