aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Jin <kjin@google.com>2015-02-27 19:12:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-27 19:12:36 +0000
commit628a5ff8a5e982c8cef226ce29f9d2f3ed69a5bb (patch)
treece6a2f5d6ecd8aff36a483e0a1fdce1ceac34d27
parent5c689d53cfcd28f3383e80391671dd076707ba28 (diff)
parent1a439071edcc7819cf260f0ca820119b2111d4a8 (diff)
downloaddroiddriver-628a5ff8a5e982c8cef226ce29f9d2f3ed69a5bb.tar.gz
Merge "Bump droiddriver version"
-rw-r--r--properties.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/properties.gradle b/properties.gradle
index 918fa8c..9753d90 100644
--- a/properties.gradle
+++ b/properties.gradle
@@ -7,7 +7,7 @@ if (bintrayEnabled) {
ext.ddArtifactId = 'droiddriver'
ext.ddGroup = 'io.appium'
-ext.ddVersion = '0.9.1-SNAPSHOT'
+ext.ddVersion = '1.0.0-SNAPSHOT'
ext.ddWebsite = 'https://github.com/appium/droiddriver'
ext.ddTracker = 'https://github.com/appium/droiddriver/issues'
ext.ddGit = 'https://github.com/appium/droiddriver.git'