Skip to content

Commit

Permalink
upating the targetSDK and lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrow007 committed Jan 18, 2022
1 parent 5e12a66 commit b40dbde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions carouselrecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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'
}

Expand Down

0 comments on commit b40dbde

Please sign in to comment.