From b40dbde625beca5c2534439b70d0913423b1758c Mon Sep 17 00:00:00 2001 From: Sparrow007 Date: Wed, 19 Jan 2022 03:11:40 +0530 Subject: [PATCH] upating the targetSDK and lib version --- carouselrecyclerview/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/carouselrecyclerview/build.gradle b/carouselrecyclerview/build.gradle index 0ad6ba5..b2ceeee 100644 --- a/carouselrecyclerview/build.gradle +++ b/carouselrecyclerview/build.gradle @@ -6,12 +6,12 @@ plugins { group = 'com.github.sparrow007' android { - compileSdkVersion 30 + compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { minSdkVersion 16 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 1 versionName "1.0" @@ -40,7 +40,7 @@ dependencies { ext { PUBLISH_GROUP_ID = 'com.github.sparrow007' - PUBLISH_VERSION = '1.2.1' + PUBLISH_VERSION = '1.2.2' PUBLISH_ARTIFACT_ID = 'carouselrecyclerview' }