Skip to content

Commit

Permalink
release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Jun 18, 2023
1 parent bf30394 commit b1dcba8
Show file tree
Hide file tree
Showing 3 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 @@ -4,7 +4,7 @@ Android tool to output the contents sizes of saved state bundles in onSaveInstan
## Usage
To use in debug builds only use:
```Gradle
debugImplementation 'com.pnuema.android:savestateobserver:2.8.0'
debugImplementation 'com.pnuema.android:savestateobserver:2.10.0'
```
Once it has been included as a dependency it will listen for lifecycle state changes and output the following information without any code being inserted in your codebase.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android.useAndroidX=true
android.enableJetifier=false

GROUP=com.pnuema.android
VERSION_NAME=2.9.0
VERSION_NAME=2.10.0

POM_NAME=SaveStateObserver
POM_ARTIFACT_ID=savestateobserver
Expand Down
2 changes: 1 addition & 1 deletion savestateobserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.toml.version.checker)
}

version = "2.9.0"
version = "2.10.0"
group = "com.pnuema.android"
archivesBaseName = 'savestateobserver'

Expand Down

0 comments on commit b1dcba8

Please sign in to comment.