Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Sep 13, 2017
1 parent 56f846f commit c2d01a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Once you have a bunch of screenshot tests recorded you can easily verify if the

## Known Issues

If you include in your project a dependency to dexmaker, be it direct or indirectly, it is possible that you find yourself with an Exception ``com.android.dx.util.DexException: Multiple dex files define``. In order to fix this issue, you only need to include the Facebook library in your own project, excluding the dexmaker libs:
If you have included in your project a dependency to related to the dexmaker and you are facing this exception: ``com.android.dx.util.DexException: Multiple dex files define``, you can customize how the facebook SDK is added to your project and exclude the dexmaker library as follows:

```
androidTestCompile ('com.facebook.testing.screenshot:core:0.4.2') {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi'
version '0.1.3-SNAPSHOT'
version '0.2.0'

apply plugin: 'scala'
apply plugin: 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=000101
VERSION_NAME=0.1.3-SNAPSHOT
VERSION_NAME=0.2.0
GROUP=com.karumi
POM_DESCRIPTION=Gradle plugin developed to facilitate screenshot testing for Android.
POM_URL=https://github.com/karumi/shot
Expand Down
2 changes: 1 addition & 1 deletion shot-consumer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
classpath 'com.karumi:shot:0.1.3-SNAPSHOT'
classpath 'com.karumi:shot:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion shot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi'
version '0.1.3-SNAPSHOT'
version '0.2.0'

apply plugin: 'scala'
apply plugin: 'groovy'
Expand Down

0 comments on commit c2d01a2

Please sign in to comment.