diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index be70f38e..97a1bbae 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -29,8 +29,8 @@ android { minSdkVersion 21 targetSdkVersion 28 - versionCode = 10000403 - versionName = "1.0.5-beta.2" + versionCode = 10000500 + versionName = "1.0.5" // This is pretty ugly but manifest placeholders don't seem to work very well when using different modules // See https://github.com/openid/AppAuth-Android/issues/325