Skip to content

Commit

Permalink
Increment library version to "v2.2.0".
Browse files Browse the repository at this point in the history
  • Loading branch information
pandulapeter committed Oct 19, 2020
1 parent 5d92e97 commit fc8c1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Beagle (Android library)
*A smart, reliable, and highly customizable debug menu library for Android apps that supports screen recording, network activity logging, and many other useful features.*
*A smart, reliable, and highly customizable debug menu library for Android apps that supports screen recording, network activity logging, generating bug reports, and many other useful features.*

<img src="metadata/logo.png" width="20%" />

Expand Down Expand Up @@ -47,7 +47,7 @@ So, for example, if you prefer the Drawer UI, something like the following needs
```groovy
dependencies {
def beagleVersion = "2.1.4"
def beagleVersion = "2.2.0"
debugImplementation "com.github.pandulapeter.beagle:ui-drawer:$beagleVersion"
releaseImplementation "com.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 = "com.github.pandulapeter.beagle"
libraryVersion = "2.1.5"
libraryVersion = "2.2.0"
libraryMinimumSdkVersion = 16
libraryCompileSdkVersion = 30
libraryTargetSdkVersion = 30
Expand Down

0 comments on commit fc8c1fd

Please sign in to comment.