Skip to content

Commit 931cfab

Browse files
committed
Update dependencies
1 parent 61d7793 commit 931cfab

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424

2525
dependencies {
26-
compile 'com.android.support:appcompat-v7:25.3.1'
27-
compile 'com.android.support:support-compat:25.3.1'
26+
compile 'com.android.support:appcompat-v7:25.4.0'
27+
compile 'com.android.support:support-compat:25.4.0'
2828

2929
compile project(':tableview')
3030
}

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
buildscript {
33
repositories {
44
jcenter()
5+
maven {
6+
url 'https://maven.google.com/'
7+
name 'Google'
8+
}
59
}
610
dependencies {
711
classpath 'com.android.tools.build:gradle:2.2.0'
@@ -13,5 +17,9 @@ buildscript {
1317
allprojects {
1418
repositories {
1519
jcenter()
20+
maven {
21+
url 'https://maven.google.com/'
22+
name 'Google'
23+
}
1624
}
1725
}

tableview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ android {
4949
}
5050

5151
dependencies {
52-
compile 'com.android.support:appcompat-v7:25.3.1'
53-
compile 'com.android.support:support-compat:25.3.1'
52+
compile 'com.android.support:appcompat-v7:25.4.0'
53+
compile 'com.android.support:support-compat:25.4.0'
5454

5555
testCompile 'junit:junit:4.12'
56-
testCompile 'org.mockito:mockito-core:1.9.5'
56+
testCompile 'org.mockito:mockito-core:2.13.0'
5757
}
5858

5959
// For releasing do a "gradlew install" followed by a "gradlew bintrayUpload"

0 commit comments

Comments
 (0)