1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Merge pull request #439 from owncloud/Modernize

Modernize
This commit is contained in:
Abel García de Prada 2022-05-30 09:36:35 +02:00 committed by GitHub
commit 1f9bff1df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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