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

revert to android 26

on review request
This commit is contained in:
Hannes Achleitner 2018-12-14 11:12:54 +01:00
parent 0eb071b762
commit 982dbb2a93
2 changed files with 4 additions and 4 deletions

View File

@ -7,11 +7,11 @@ dependencies {
}
android {
compileSdkVersion 28
compileSdkVersion 26
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 26
}
lintOptions {

View File

@ -5,11 +5,11 @@ dependencies {
}
android {
compileSdkVersion 28
compileSdkVersion 26
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 26
}
lintOptions {