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

Android X

only compileSdk increase was needed
This commit is contained in:
Hannes Achleitner
2019-02-04 17:42:44 +01:00
parent 42d530eb95
commit f249d2dc11
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ dependencies {
} }
android { android {
compileSdkVersion 26 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 28
} }
lintOptions { lintOptions {
+2 -2
View File
@@ -5,11 +5,11 @@ dependencies {
} }
android { android {
compileSdkVersion 26 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 28
} }
lintOptions { lintOptions {