mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Announcing 0.2.0-next
This commit is contained in:
parent
e807003d42
commit
f1dc2eb733
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# v0.2.0-next
|
||||
|
||||
|
||||
# v0.2.0
|
||||
- Added: Customizable Theme Colors!
|
||||
- Improved account setup with easy tor hidden service configuration
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "com.github.dfa.diaspora_android"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 24
|
||||
versionCode 9
|
||||
versionName "0.2.0"
|
||||
versionCode 10
|
||||
versionName "0.2.0-next"
|
||||
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
|
Loading…
Reference in a new issue