Skip to content

Commit

Permalink
Add version shield to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-gnm committed May 28, 2024
1 parent cb25f2d commit 61bb9b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# toolargetool

[https://img.shields.io/maven-central/v/com.gu.android/toolargetool](https://central.sonatype.com/artifact/com.gu.android/toolargetool)


A tool for debugging `TransactionTooLargeException` on Android.

> "Most underrated solution." - [Kedar Paranjape, Jun 7 '18 at 14:26](https://stackoverflow.com/questions/11451393/what-to-do-on-transactiontoolargeexception/43193425#comment88495126_50162810)
Expand Down Expand Up @@ -41,4 +44,4 @@ _Note: these instructions will only work if you have the required credentials fo

1. Increase all the version number in `toolargetool/build.gradle`
2. Make a commit and tag it with `git tag -a v<version number> -m "<message>"`.
3. Run `./gradlew publishReleasePublicationToSnapshotRepository`.
3. Run `./gradlew publishReleasePublicationToSnapshotRepository`.

0 comments on commit 61bb9b8

Please sign in to comment.