Skip to content

Commit

Permalink
Merge branch 'release_0.27'
Browse files Browse the repository at this point in the history
* release_0.27:
  Prepare 0.27 release
  • Loading branch information
pyricau committed Nov 20, 2024
2 parents 666ac8b + 9ac356b commit b150a18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.27
_2024-10_25_

* Fix crashes: [#71](https://github.com/square/papa/issues/71) and [#69](https://github.com/square/papa/issues/69)


Version 0.26
_2024-09_11_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the `papa` dependency to your library or app's `build.gradle` file:

```gradle
dependencies {
implementation 'com.squareup.papa:papa:0.26'
implementation 'com.squareup.papa:papa:0.27'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.papa
VERSION_NAME=0.27-SNAPSHOT
VERSION_NAME=0.27

POM_DESCRIPTION=PAPA: Performance of Android Production Applications
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit b150a18

Please sign in to comment.