From 18f7ef47c48f75abcb212edeff2c4ed27ea8793e Mon Sep 17 00:00:00 2001 From: Fs00 Date: Sat, 4 Dec 2021 21:02:50 +0100 Subject: [PATCH] Compile against latest Android SDK --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 8c82daf..34e8f93 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -18,11 +18,11 @@ apply plugin: "com.android.library" //apply plugin: 'bintray-release' android { - compileSdkVersion 28 + compileSdkVersion 30 defaultConfig { minSdkVersion 15 - targetSdkVersion 28 + targetSdkVersion 30 versionCode VERSION_CODE versionName VERSION_NAME