1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-21 13:23:00 +00:00

Merge pull request #291 from owncloud/FixCompleteBuild

Finish remove Android 4.4 support
This commit is contained in:
David González Verdugo
2020-01-13 10:25:28 +01:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ android {
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
} }