diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle
index bcd29899..24ef6e1c 100644
--- a/owncloudComLibrary/build.gradle
+++ b/owncloudComLibrary/build.gradle
@@ -29,8 +29,8 @@ android {
         minSdkVersion 21
         targetSdkVersion 29
 
-        versionCode = 10000600
-        versionName = "1.0.6"
+        versionCode = 10000700
+        versionName = "1.0.7"
 
         // 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