1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-22 12:22:08 +01:00

Announcing 0.2.0-next (again)

This commit is contained in:
Gregor Santner 2016-11-07 18:07:09 +01:00
parent fff3c7a716
commit ff48cb8982

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 10 versionCode 11
versionName "0.2.0a" versionName "0.2.0-next"
setProperty("archivesBaseName", "diasporaAndroid__${versionName}__") setProperty("archivesBaseName", "diasporaAndroid__${versionName}__")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true