Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mtogneri committed Apr 26, 2017
1 parent 45834cd commit 2ffc7ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ apply plugin: 'com.android.application'
android
{
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion '25.0.3'

dexOptions
{
javaMaxHeapSize "2g"
javaMaxHeapSize '2g'
}

defaultConfig
{
applicationId "com.mauriciotogneri.greencoffeeexample"
applicationId 'com.mauriciotogneri.greencoffeeexample'
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "2.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionName '2.0.0'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}

buildTypes
Expand Down Expand Up @@ -50,5 +50,5 @@ dependencies
compile 'com.android.support:appcompat-v7:25.3.1'

androidTestCompile 'com.android.support:support-annotations:25.3.1'
androidTestCompile 'com.mauriciotogneri:greencoffee:2.4.0'
androidTestCompile 'com.mauriciotogneri:greencoffee:2.5.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import static com.mauriciotogneri.greencoffeeexample.test.TestSuite.ENGLISH;
import static com.mauriciotogneri.greencoffeeexample.test.TestSuite.SPANISH;

// TODO: auto-generate the steps from gherkin
@RunWith(Parameterized.class)
public class LoginFeatureTest extends GreenCoffeeTest
{
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.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
}
}

Expand Down

0 comments on commit 2ffc7ef

Please sign in to comment.