Skip to content

Commit

Permalink
Update library version to "v2.9.5".
Browse files Browse the repository at this point in the history
  • Loading branch information
pandulapeter committed Apr 12, 2024
1 parent e7e662b commit c394938
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 @@ -56,7 +56,7 @@ So, for example, if you prefer the Drawer UI, something like the following needs
```groovy
dependencies {
def beagleVersion = "2.9.3"
def beagleVersion = "2.9.4"
debugImplementation "io.github.pandulapeter.beagle:ui-drawer:$beagleVersion"
releaseImplementation "io.github.pandulapeter.beagle:noop:$beagleVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
libraryGroup = "io.github.pandulapeter.beagle"
libraryVersion = "2.9.4"
libraryVersion = "2.9.5"
libraryMinimumSdkVersion = 24
libraryCompileSdkVersion = 34
libraryTargetSdkVersion = 34
Expand Down

0 comments on commit c394938

Please sign in to comment.