From 4a45fbba33af2ab5a65be1cecf983230809b915e Mon Sep 17 00:00:00 2001 From: lkorth Date: Thu, 10 Aug 2017 15:28:47 -0400 Subject: [PATCH] Release 0.3.0 --- DeviceAutomator/build.gradle | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DeviceAutomator/build.gradle b/DeviceAutomator/build.gradle index f15e5d1..e4a1ae4 100644 --- a/DeviceAutomator/build.gradle +++ b/DeviceAutomator/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven' apply plugin: 'signing' -version = '0.2.1-SNAPSHOT' +version = '0.3.0' android { compileSdkVersion 26 @@ -11,7 +11,7 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 26 - versionCode 3 + versionCode 4 versionName version testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' diff --git a/README.md b/README.md index 77cd51a..01201ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the dependency in your `build.gradle` file: ```groovy dependencies { - androidTestCompile 'com.lukekorth:device-automator:0.2.0' + androidTestCompile 'com.lukekorth:device-automator:0.3.0' } ```