Skip to content

Commit 18d06ae

Browse files
SUPERCILEXsamtstern
authored andcommitted
Update dependencies (#3)
1 parent 3276b1f commit 18d06ae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cache:
1212
android:
1313
components:
1414
- tools
15-
- build-tools-25.0.1
15+
- build-tools-25.0.2
1616
- android-25
1717
- platform-tools
1818
- extra-android-m2repository

auth/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ dependencies {
5151
compile "com.android.support:cardview-v7:$support_library_version"
5252

5353
testCompile 'junit:junit:4.12'
54-
testCompile 'org.mockito:mockito-core:2.2.28'
54+
//noinspection GradleDynamicVersion
55+
testCompile 'org.mockito:mockito-core:2.3.+'
5556
testCompile 'org.robolectric:robolectric:3.1.4'
5657
// See https://github.com/robolectric/robolectric/issues/1932#issuecomment-219796474
5758
testCompile 'org.khronos:opengl-api:gl1.1-android-2.1_r1'

constants.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
project.ext.firebase_version = '10.0.1'
2-
project.ext.support_library_version = '25.0.1'
2+
project.ext.support_library_version = '25.1.0'
33

44
project.ext.submodules = ['database', 'auth', 'storage']
55
project.ext.group = 'com.firebaseui'
66
project.ext.version = '1.0.1'
77
project.ext.pomdesc = 'Firebase UI Android'
8-
project.ext.buildTools = '25.0.1'
8+
project.ext.buildTools = '25.0.2'
99
project.ext.compileSdk = 25
1010
project.ext.targetSdk = 25

library/quality/quality.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ task pmd(type: Pmd) {
6969

7070
android {
7171
lintOptions {
72-
disable 'InvalidPackage',
73-
'NewerVersionAvailable' // Comment this line out to do a quick check for library version updates.
72+
disable 'InvalidPackage'
7473
baseline file("$configDir/lint-baseline.xml")
7574
checkAllWarnings true
7675
warningsAsErrors true

0 commit comments

Comments
 (0)