File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212android :
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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11project. 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
44project. ext. submodules = [' database' , ' auth' , ' storage' ]
55project. ext. group = ' com.firebaseui'
66project. ext. version = ' 1.0.1'
77project. ext. pomdesc = ' Firebase UI Android'
8- project. ext. buildTools = ' 25.0.1 '
8+ project. ext. buildTools = ' 25.0.2 '
99project. ext. compileSdk = 25
1010project. ext. targetSdk = 25
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ task pmd(type: Pmd) {
6969
7070android {
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
You can’t perform that action at this time.
0 commit comments