Skip to content

Commit

Permalink
change target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-kustiana committed Nov 23, 2021
1 parent 71d52cb commit 6eb681b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slidingchipsview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'id.co.edtslib'
version = '1.0.0'
version = '2.1.0'

afterEvaluate {
publishing {
Expand All @@ -15,7 +15,7 @@ afterEvaluate {
from components.release
groupId = 'id.co.edtslib'
artifactId = 'slidingchipsview'
version = '1.0.0'
version = '2.1.0'
}
}
}
Expand All @@ -26,7 +26,7 @@ android {

defaultConfig {
minSdk 21
targetSdk 30
targetSdk 31
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -57,7 +57,7 @@ android {
dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.github.edtslib:baserecyclerview:1.1.2'
testImplementation 'junit:junit:4.+'
Expand Down

0 comments on commit 6eb681b

Please sign in to comment.