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' }