diff --git a/app/build.gradle b/app/build.gradle index 561e9aed..ea9c622f 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.3" - versionCode 44 + versionName "1.3.4" + versionCode 45 vectorDrawables.useSupportLibrary = true minSdkVersion rootProject.ext.version_minSdk