Skip to content

Commit

Permalink
Merge branch 'release_1.2.5'
Browse files Browse the repository at this point in the history
* release_1.2.5:
  Prepare 1.2.5 release
  • Loading branch information
pyricau committed Jan 16, 2024
2 parents 70146b2 + de2bbf7 commit 594fd10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 1.2.5
-------------

_2024-01-16_

* [70146b2](https://github.com/square/curtains/commit/70146b26d65de1f0647298b4623fc9d0558a54d8) Report Compose popup window as POPUP_WINDOW.
* [#36](https://github.com/square/curtains/issues/36) Fix missing windowAttachCount method after minification.

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

```gradle
dependencies {
implementation 'com.squareup.curtains:curtains:1.2.4'
implementation 'com.squareup.curtains:curtains:1.2.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.curtains
VERSION_NAME=1.3-SNAPSHOT
VERSION_NAME=1.2.5

POM_DESCRIPTION=Spy on your Android windows

Expand Down

0 comments on commit 594fd10

Please sign in to comment.