Skip to content
Snippets Groups Projects
Commit 4225bda0 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Fix generated apk file name

parent 90ed2bd9
No related branches found
No related tags found
1 merge request!10Resolve "Fix generated apk file name"
Pipeline #701 passed
......@@ -43,7 +43,7 @@ android {
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
archivesBaseName = "$applicationId-v$versionName+$versionCode"
archivesBaseName = "$applicationId" + "_" + "$versionCode"
}
signingConfigs {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment