File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ dependencies {
113
113
implementation ' com.google.protobuf.nano:protobuf-javanano:3.2.0rc2'
114
114
quickstepImplementation fileTree(dir : " quickstep/libs" , include : ' sysui_shared.jar' )
115
115
testImplementation ' junit:junit:4.13.2'
116
- androidTestImplementation ' org.mockito:mockito-core:3.2.4 '
116
+ androidTestImplementation ' org.mockito:mockito-core:4.0.0 '
117
117
androidTestImplementation ' com.google.dexmaker:dexmaker:1.2'
118
118
androidTestImplementation ' com.google.dexmaker:dexmaker-mockito:1.2'
119
119
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
120
120
androidTestImplementation ' androidx.test:rules:1.3.0'
121
121
androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
122
- androidTestImplementation ' androidx.annotation:annotation:1.1 .0'
122
+ androidTestImplementation ' androidx.annotation:annotation:1.2 .0'
123
123
implementation project(' :mxlibrary' )
124
124
implementation project(' :mxtheme' )
125
125
implementation project(' :effectivecard' )
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 29
4
+ compileSdkVersion rootProject . compileSdkVersion
5
5
6
6
defaultConfig {
7
- minSdkVersion 19
8
- targetSdkVersion 29
7
+ minSdkVersion rootProject . minSdkVersion
8
+ targetSdkVersion rootProject . targetSdkVersion
9
9
10
10
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
11
11
consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 29
5
- buildToolsVersion " 29.0.3"
4
+ compileSdkVersion rootProject. compileSdkVersion
6
5
7
6
defaultConfig {
8
- minSdkVersion 19
9
- targetSdkVersion 29
7
+ minSdkVersion rootProject . minSdkVersion
8
+ targetSdkVersion rootProject . targetSdkVersion
10
9
11
10
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
11
consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 29
4
+ compileSdkVersion rootProject . compileSdkVersion
5
5
6
6
defaultConfig {
7
- minSdkVersion 19
8
- targetSdkVersion 29
7
+ minSdkVersion rootProject . minSdkVersion
8
+ targetSdkVersion rootProject . targetSdkVersion
9
9
10
10
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
11
11
consumerProguardFiles ' consumer-rules.pro'
You can’t perform that action at this time.
0 commit comments