Skip to content

Commit

Permalink
version bump 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka committed Oct 8, 2023
1 parent 76b3081 commit 48a5e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add it to your app build.gradle

```groovy
dependencies {
implementation 'com.github.nanihadesuka:LazyColumnScrollbar:1.7.2'
implementation 'com.github.nanihadesuka:LazyColumnScrollbar:1.8.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 17
versionName "1.7.2"
versionCode 18
versionName "1.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 48a5e03

Please sign in to comment.