1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

add dav4droid support part1

This commit is contained in:
DerSchabi
2018-05-17 09:45:54 +02:00
committed by davigonz
parent 9ab1b40682
commit cd3d20db07
40 changed files with 3612 additions and 474 deletions
+4
View File
@@ -43,4 +43,8 @@ android {
packagingOptions {
exclude 'META-INF/LICENSE.txt'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}