Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Summary: 0.6.0

Reviewed By: sjkirby

Differential Revision: D6919702

fbshipit-source-id: 7ca1497ff80071f1fd6b0ed831d58d961a05fa6a
  • Loading branch information
xiphirx authored and facebook-github-bot committed Feb 7, 2018
1 parent 121b03b commit ce84906
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.6.0 (Feb 06 2018)
-----
- Added the ability to run screenshot tests on multiple devices at once
- Set `multipleDevices` to `true` in your `screenshots` config in your Gradle file to enable this.
- The core module no longer depends on junit
- Upgraded to Gradle 4.4.1
- Removed R and BuildConfig classes from release artifacts
- Added a Buck file for the Python module

0.5.0 (Nov 20 2017)
-----
- Upgraded to AGP 3
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.6.0-SNAPSHOT
VERSION_NAME=0.6.0
GROUP=com.facebook.testing.screenshot

org.gradle.configureondemand=true
org.gradle.configureondemand=true
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class ScreenshotsPlugin implements Plugin<Project> {

if (!implementationVersion) {
println("WARNING: you shouldn't see this in normal operation, file a bug report if this is not a framework test")
implementationVersion = '0.5.0'
implementationVersion = '0.6.0'
}

project.dependencies.androidTestApi('com.facebook.testing.screenshot:core:' + implementationVersion)
Expand Down

0 comments on commit ce84906

Please sign in to comment.