File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
android/android-studio/Cukeulator/app Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
Please see [ CONTRIBUTING.md] ( https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md ) on how to contribute to Cucumber.
2
2
3
- ## [ 2.2.1-SNAPSHOT] ( https://github.com/cucumber/cucumber-jvm/compare/v2.2.0...master ) (In Git)
3
+ ## [ 2.3.1-SNAPSHOT] ( https://github.com/cucumber/cucumber-jvm/compare/v2.3.0...master ) (In Git)
4
+
5
+ ### Added
6
+ ### Changed
7
+ ### Deprecated
8
+ ### Removed
9
+ ### Fixed
10
+
11
+ ## [ 2.3.0] ( https://github.com/cucumber/cucumber-jvm/compare/v2.2.0...v2.3.0 ) (In Git)
4
12
5
13
### Added
6
14
* [ Core] Cache matched steps definitions ([ #1289 ] ( https://github.com/cucumber/cucumber-jvm/pull/1289 ) Łukasz Suski)
@@ -10,7 +18,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
10
18
### Removed
11
19
### Fixed
12
20
13
-
14
21
## [ 2.2.0] ( https://github.com/cucumber/cucumber-jvm/compare/v2.1.0...v2.2.0 ) (In Git)
15
22
16
23
### Added
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ android {
36
36
dependencies {
37
37
androidTestCompile ' com.android.support.test.espresso:espresso-core:2.0'
38
38
androidTestCompile ' com.android.support.test:testing-support-lib:0.1'
39
- androidTestCompile ' io.cucumber:cucumber-android:2.2 .0'
40
- androidTestCompile ' io.cucumber:cucumber-picocontainer:2.2 .0'
39
+ androidTestCompile ' io.cucumber:cucumber-android:2.3 .0'
40
+ androidTestCompile ' io.cucumber:cucumber-picocontainer:2.3 .0'
41
41
}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ task cucumber() {
18
18
}
19
19
20
20
dependencies {
21
- testCompile ' io.cucumber:cucumber-java:2.2 .0'
22
- testCompile ' io.cucumber:cucumber-junit:2.2 .0'
21
+ testCompile ' io.cucumber:cucumber-java:2.3 .0'
22
+ testCompile ' io.cucumber:cucumber-junit:2.3 .0'
23
23
24
24
testCompile ' junit:junit:4.12'
25
25
}
You can’t perform that action at this time.
0 commit comments