Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 1f9bff1

Browse files
authored
Merge pull request #439 from owncloud/Modernize
Modernize
2 parents 809e641 + 1412117 commit 1f9bff1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

owncloudComLibrary/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,13 @@ android {
2626
defaultConfig {
2727
minSdkVersion 21
2828
targetSdkVersion 31
29-
30-
versionCode = 10001401
31-
versionName = "1.0.15-beta.1"
3229
}
3330

3431
lint {
3532
abortOnError false
3633
ignoreWarnings true
3734
}
3835

39-
compileOptions {
40-
sourceCompatibility JavaVersion.VERSION_1_8
41-
targetCompatibility JavaVersion.VERSION_1_8
42-
}
43-
4436
testOptions {
4537
unitTests {
4638
includeAndroidResources = true

0 commit comments

Comments
 (0)