diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index aa871efb..cfcd453d 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -26,9 +26,6 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 31 - - versionCode = 10001401 - versionName = "1.0.15-beta.1" } lint { @@ -36,11 +33,6 @@ android { ignoreWarnings true } - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - testOptions { unitTests { includeAndroidResources = true