Skip to content

Commit

Permalink
Prepare 0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Aug 21, 2024
1 parent 9335771 commit b64c9ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Version 0.17
_2024-08_04_
Version 0.18
_2024-08_21_

* Add support for custom startInteraction start input events [#66](https://github.com/square/papa/pull/66).

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.17'
implementation 'com.squareup.papa:papa:0.18'
}
```

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.16
VERSION_NAME=0.18

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

0 comments on commit b64c9ea

Please sign in to comment.