diff --git a/app/build.gradle b/app/build.gradle index 41dab2d3..09c8527f 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.4" - versionCode 45 + versionName "1.3.5" + versionCode 46 vectorDrawables.useSupportLibrary = true minSdkVersion rootProject.ext.version_minSdk