diff --git a/app/build.gradle b/app/build.gradle index f957ce4d..cf74d251 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.2" - versionCode 43 + versionName "1.3.3" + versionCode 44 vectorDrawables.useSupportLibrary = true minSdkVersion rootProject.ext.version_minSdk