1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-21 20:02:07 +01:00

Release v1.3.2

This commit is contained in:
Gregor Santner 2019-08-25 14:19:19 +02:00
parent 3bc6afad03
commit 8c3c7da2ab
No known key found for this signature in database
GPG key ID: 7E83A7834AECB009

View file

@ -12,8 +12,8 @@ android {
defaultConfig {
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
applicationId "com.github.dfa.diaspora_android"
versionName "1.3.1"
versionCode 42
versionName "1.3.2"
versionCode 43
vectorDrawables.useSupportLibrary = true
minSdkVersion rootProject.ext.version_minSdk