Skip to content

Commit

Permalink
Updated version -> 1.2.9 -> Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yikes committed May 22, 2023
1 parent 57d5048 commit 4ea03ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ to use the latest version:
```groovy
dependencies {
...
implementation 'com.github.realgearinc:multi-sliding-up-panel:1.2.7'
implementation 'com.github.realgearinc:multi-sliding-up-panel:1.2.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion multi-sliding-up-panel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ afterEvaluate {

groupId = "com.realgear"
artifactId = "multi-sliding-up-panel"
version = "1.2.7"
version = "1.2.9"
}
}
}
Expand Down

0 comments on commit 4ea03ef

Please sign in to comment.