diff --git a/app/build.gradle b/app/build.gradle index e0caefdc..f957ce4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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