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

Upgrade min sdk version in sample client

This commit is contained in:
davigonz 2019-03-07 08:43:41 +01:00
parent 239e920d56
commit 04819cc714

View File

@ -8,7 +8,7 @@ android {
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
} }