make apk filename start with notes

This commit is contained in:
tibbi 2017-11-10 16:13:32 +01:00
parent 1e51175be4
commit 5e8777f250
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ android {
targetSdkVersion 27
versionCode 38
versionName "2.3.0"
setProperty("archivesBaseName", "notes")
}
signingConfigs {