1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Release - v0.2.1

This commit is contained in:
Gregor Santner 2016-11-22 19:22:44 +01:00
parent bea1a83f90
commit 8abb662546
24 changed files with 134 additions and 75 deletions

View file

@ -10,8 +10,8 @@ android {
minSdkVersion 17
targetSdkVersion 24
versionCode 11
versionName "0.2.0-next"
setProperty("archivesBaseName", "DiasporaForAndroid__${versionName}__")
versionName "0.2.1"
setProperty("archivesBaseName", "dandelion__${versionName}__")
vectorDrawables.useSupportLibrary = true
}