File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
classpath ' com.android.tools.build:gradle:3.5.3'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
12
12
classpath ' com.github.ben-manes:gradle-versions-plugin:0.28.0'
13
- classpath ' pl.allegro.tech.build:axion-release-plugin:1.11 .0'
13
+ classpath ' pl.allegro.tech.build:axion-release-plugin:1.12 .0'
14
14
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.2'
15
15
}
16
16
}
84
84
deps. mockito = [core : " org.mockito:mockito-core:$mockitoVersion " ,
85
85
android : " org.mockito:mockito-android:$mockitoVersion " ,]
86
86
87
- deps. mockito2 = [core : ' org.mockito:mockito-core:2.25.0 ' ,]
88
- def dexmakerVersion = ' 2.25.1 '
87
+ deps. mockito2 = [core : ' org.mockito:mockito-core:2.28.2 ' ,]
88
+ def dexmakerVersion = ' 2.28.0 '
89
89
deps. dexmaker = [mockito : " com.linkedin.dexmaker:dexmaker-mockito:$dexmakerVersion " ,
90
90
mockito_inline_extended : " com.linkedin.dexmaker:dexmaker-mockito-inline-extended:$dexmakerVersion " ,]
91
91
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ dependencies {
32
32
androidTestImplementation deps. androidx. test. core
33
33
androidTestImplementation deps. androidx. test. runner
34
34
androidTestImplementation deps. androidx. test. ext. junit
35
+ androidTestImplementation deps. mockito2. core
35
36
androidTestMinApi16Implementation project(' :dexopener' )
36
- androidTestMinApi16Implementation deps. mockito2. core
37
37
androidTestMinApi16Implementation deps. dexmaker. mockito
38
38
androidTestMinApi28Implementation deps. dexmaker. mockito_inline_extended
39
39
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments