From ed32d56f8a792b2008559ec770b3669e262676fd Mon Sep 17 00:00:00 2001 From: Ahmed Shehata <55981057+Eng-AhmedShehata@users.noreply.github.com> Date: Sun, 23 Aug 2020 02:23:13 +0200 Subject: [PATCH] Update target sdk I have updated target sdk to support android 10 and above.. --- library/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 8a24be4..b075d95 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -3,12 +3,12 @@ apply plugin: 'com.novoda.bintray-release' android { - compileSdkVersion 28 - buildToolsVersion '28.0.3' + compileSdkVersion 30 + buildToolsVersion "30.0.2" defaultConfig { minSdkVersion 14 - targetSdkVersion 28 + targetSdkVersion 30 } lintOptions { @@ -25,4 +25,4 @@ publish { desc = 'Android loading animations' website = 'https://github.com/ybq/Android-SpinKit' licences = ['MIT'] -} \ No newline at end of file +}