From f249d2dc1187b342757bc06931859e05b100fea8 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 4 Feb 2019 17:42:44 +0100 Subject: [PATCH] Android X only compileSdk increase was needed --- owncloudComLibrary/build.gradle | 4 ++-- sample_client/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 77145f18..7415fef9 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -7,11 +7,11 @@ dependencies { } android { - compileSdkVersion 26 + compileSdkVersion 28 defaultConfig { minSdkVersion 14 - targetSdkVersion 26 + targetSdkVersion 28 } lintOptions { diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 63a25180..71aa058b 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -5,11 +5,11 @@ dependencies { } android { - compileSdkVersion 26 + compileSdkVersion 28 defaultConfig { minSdkVersion 14 - targetSdkVersion 26 + targetSdkVersion 28 } lintOptions {