File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
android :
13
13
components :
14
14
- tools
15
- - build-tools-25.0.1
15
+ - build-tools-25.0.2
16
16
- android-25
17
17
- platform-tools
18
18
- extra-android-m2repository
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ dependencies {
51
51
compile " com.android.support:cardview-v7:$support_library_version "
52
52
53
53
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.+'
55
56
testCompile ' org.robolectric:robolectric:3.1.4'
56
57
// See https://github.com/robolectric/robolectric/issues/1932#issuecomment-219796474
57
58
testCompile ' org.khronos:opengl-api:gl1.1-android-2.1_r1'
Original file line number Diff line number Diff line change 1
1
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 '
3
3
4
4
project. ext. submodules = [' database' , ' auth' , ' storage' ]
5
5
project. ext. group = ' com.firebaseui'
6
6
project. ext. version = ' 1.0.1'
7
7
project. ext. pomdesc = ' Firebase UI Android'
8
- project. ext. buildTools = ' 25.0.1 '
8
+ project. ext. buildTools = ' 25.0.2 '
9
9
project. ext. compileSdk = 25
10
10
project. ext. targetSdk = 25
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ task pmd(type: Pmd) {
69
69
70
70
android {
71
71
lintOptions {
72
- disable ' InvalidPackage' ,
73
- ' NewerVersionAvailable' // Comment this line out to do a quick check for library version updates.
72
+ disable ' InvalidPackage'
74
73
baseline file(" $configDir /lint-baseline.xml" )
75
74
checkAllWarnings true
76
75
warningsAsErrors true
You can’t perform that action at this time.
0 commit comments