Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka authored Mar 24, 2023
1 parent 3051df8 commit a510fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 13
versionName "1.6.2"
versionCode 14
versionName "1.6.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -58,7 +58,7 @@ afterEvaluate {

groupId = 'my.nanihadesuka.lazycolumnscrollbar'
artifactId = "lazycolumnscrollbar"
version = '1.0.0'
version = '1.6.3'
}
}
}
Expand All @@ -80,4 +80,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'

androidTestImplementation composeBom
}
}

0 comments on commit a510fff

Please sign in to comment.