From b1dcba831f2a89cbe0b86e774ce5939a4b75fb83 Mon Sep 17 00:00:00 2001 From: bradbarnhill Date: Sun, 18 Jun 2023 13:58:36 -0500 Subject: [PATCH] release 2.10.0 --- README.md | 2 +- gradle.properties | 2 +- savestateobserver/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fafc68..872249a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gradle.properties b/gradle.properties index 60ea68f..237fab9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/savestateobserver/build.gradle b/savestateobserver/build.gradle index e0e87b9..e32b0f1 100644 --- a/savestateobserver/build.gradle +++ b/savestateobserver/build.gradle @@ -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'