diff --git a/DeviceAutomator/build.gradle b/DeviceAutomator/build.gradle index 19760e0..ad91735 100644 --- a/DeviceAutomator/build.gradle +++ b/DeviceAutomator/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 18 targetSdkVersion 25 versionCode 3 - versionName '0.1.2' + versionName '0.2.0' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' } diff --git a/README.md b/README.md index 0941315..61b6d91 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - androidTestCompile 'com.lukekorth:device-automator:0.1.2' + androidTestCompile 'com.lukekorth:device-automator:0.2.0' } ```