From dd088d7222300460663b709c8129733ced911eaa Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 13 Sep 2021 09:40:02 +0200 Subject: [PATCH] Api 30 --- sample_client/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_client/build.gradle b/sample_client/build.gradle index d3112b7a..dc3d691b 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -5,11 +5,11 @@ dependencies { } android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 // 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