diff --git a/README.md b/README.md index 8401002..4173cbc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Check falcon-sample and its android tests for more example usage. Grab via Gradle: ```groovy -compile 'com.jraska:falcon:1.0.1' +compile 'com.jraska:falcon:1.0.2' ``` ## Spoon Compat @@ -43,7 +43,7 @@ File screenshot = FalconSpoon.screenshot(activity, tag, testClassName, testMetho #### Gradle ```groovy -androidTestCompile 'com.jraska:falcon-spoon-compat:1.0.1' +androidTestCompile 'com.jraska:falcon-spoon-compat:1.0.2' ``` ## Q&A diff --git a/build.gradle b/build.gradle index 7a4dfa0..c9d2df2 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ allprojects { } ext { - version = '1.0.1' - versionCode = 7 + version = '1.0.2' + versionCode = 8 minSdkVersion = 10 compileSdkVersion = 24 targetSdkVersion = compileSdkVersion