Announcing 0.2.0-next

This commit is contained in:
Gregor Santner 2016-11-06 05:37:53 +01:00
parent e807003d42
commit f1dc2eb733
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# v0.2.0-next
# v0.2.0 # v0.2.0
- Added: Customizable Theme Colors! - Added: Customizable Theme Colors!
- Improved account setup with easy tor hidden service configuration - Improved account setup with easy tor hidden service configuration

View File

@ -9,8 +9,8 @@ android {
applicationId "com.github.dfa.diaspora_android" applicationId "com.github.dfa.diaspora_android"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 24 targetSdkVersion 24
versionCode 9 versionCode 10
versionName "0.2.0" versionName "0.2.0-next"
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__") setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true