Skip to content

Commit 41cbad1

Browse files
authored
Merge pull request #13 from browserstack/develop
bumping version to 2.3.0
2 parents dff8989 + 1dbea76 commit 41cbad1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ pluginBundle {
1010
vcsUrl = 'https://github.com/browserstack/browserstack-gradle-plugin'
1111

1212
plugins {
13-
myTestPluginInfo {
13+
browserstackPlugin {
1414
id = 'com.browserstack.gradle'
1515
displayName = 'BrowserStack\'s Gradle Plugin'
1616
description = 'Runs Espresso tests on BrowserStack'
17-
tags = ['espresso', 'test', 'browserstack', 'app', 'automate', 'app-automate', 'appautomate']
18-
version = '2.2.0'
17+
tags = ['espresso', 'test', 'browserstack', 'app', 'automate',
18+
'app-automate', 'appautomate', 'app-live', 'applive']
19+
version = '2.3.0'
1920
}
2021
}
2122
}

0 commit comments

Comments
 (0)