From 7710db76124046316b8ac802aae35b32646b2800 Mon Sep 17 00:00:00 2001 From: agarcia Date: Tue, 9 Jun 2020 11:22:58 +0200 Subject: [PATCH] Upgrade target version to v29 --- 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 97a1bbae..4a16b6ba 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -23,11 +23,11 @@ allOpen { } android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode = 10000500 versionName = "1.0.5" diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 4d0c1d4b..d3112b7a 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -5,11 +5,11 @@ dependencies { } android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 // This is pretty ugly but manifest placeholders don't seem to work very well when using different modules // See https://github.com/openid/AppAuth-Android/issues/325