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

Merge pull request #231 from hannesa2/AndroidX-lib

Android X
This commit is contained in:
David González Verdugo 2019-02-13 18:17:06 +01:00 committed by GitHub
commit ebd08d6a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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