mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Change default signed APK name
This commit is contained in:
parent
ff48cb8982
commit
7a0ec98ed4
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
[![Chat - Gitter](https://img.shields.io/badge/chat-on%20gitter-blue.svg)](https://gitter.im/Diaspora-for-Android/diaspora-android)
|
[![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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ android {
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 11
|
versionCode 11
|
||||||
versionName "0.2.0-next"
|
versionName "0.2.0-next"
|
||||||
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
|
setProperty("archivesBaseName", "DiasporaForAndroid__${versionName}__")
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue