Change default signed APK name

This commit is contained in:
Gregor Santner 2016-11-07 20:53:16 +01:00
parent ff48cb8982
commit 7a0ec98ed4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
[![Chat - Gitter](https://img.shields.io/badge/chat-on%20gitter-blue.svg)](https://gitter.im/Diaspora-for-Android/diaspora-android)
# Diaspora for Android
# DiasporaForAndroid
This is an unofficial webview based client for the community-run, distributed social network **[Diaspora*](https://diasporafoundation.org/)**. It's currently under development and should be used with that in mind. Please submit any bugs you might find.

View File

@ -11,7 +11,7 @@ android {
targetSdkVersion 24
versionCode 11
versionName "0.2.0-next"
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
setProperty("archivesBaseName", "DiasporaForAndroid__${versionName}__")
vectorDrawables.useSupportLibrary = true
}