Skip to content

Commit

Permalink
Updated to latest version of GreenCoffee
Browse files Browse the repository at this point in the history
  • Loading branch information
mtogneri committed Apr 1, 2017
1 parent 383915b commit 45834cd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ android

dependencies
{
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:appcompat-v7:25.3.1'

androidTestCompile 'com.mauriciotogneri:greencoffee:2.1.1'
androidTestCompile 'com.android.support:support-annotations:25.3.1'
androidTestCompile 'com.mauriciotogneri:greencoffee:2.4.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ContactListFeatureTest(ScenarioConfig scenarioConfig)
super(scenarioConfig);
}

@Parameters
@Parameters(name = "{0}")
public static Iterable<ScenarioConfig> scenarios() throws IOException
{
return new GreenCoffeeConfig("testapp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public DetailsFeatureTest(ScenarioConfig scenarioConfig)
super(scenarioConfig);
}

@Parameters
@Parameters(name = "{0}")
public static Iterable<ScenarioConfig> scenarios() throws IOException
{
return new GreenCoffeeConfig("testapp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public LoginFeatureTest(ScenarioConfig scenarioConfig)
super(scenarioConfig);
}

@Parameters
@Parameters(name = "{0}")
public static Iterable<ScenarioConfig> scenarios() throws IOException
{
return new GreenCoffeeConfig("testapp")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript

dependencies
{
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Sun Apr 02 00:30:29 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit 45834cd

Please sign in to comment.