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
1 changed files with 2 additions and 2 deletions

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