Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Summary: Update to support newest AGP

Reviewed By: sjkirby

Differential Revision: D20252093

fbshipit-source-id: 171c356c093753a3c337f3f80028405f1e418e33
  • Loading branch information
xiphirx authored and facebook-github-bot committed Mar 4, 2020
1 parent 2af0200 commit 805a93f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.12.0 (Mar 4 2020)
------
- Added the ability to generate a diff between the old version of a screenshot and the new output in the html report. Currently only works with a configured test image API
- Added support for AGP 3.6 + Gradle 6.2.x

0.11.0 (Oct 17 2019)
------
- Replaced direct usages of deprecated Gradle APIs
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.11.1-SNAPSHOT
VERSION_NAME=0.12.0
GROUP=com.facebook.testing.screenshot

POM_DESCRIPTION=Screenshot Testing framework for Android.
Expand Down

0 comments on commit 805a93f

Please sign in to comment.