File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<activity
19
19
android : name =" .MainActivity"
20
+ android : exported =" true"
20
21
android : windowSoftInputMode =" adjustResize|stateHidden"
21
22
android : theme =" @style/MainActivityTheme" >
22
23
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ dependencies {
60
60
61
61
testImplementation " junit:junit:$jUnitVersion "
62
62
testImplementation " org.robolectric:robolectric:$robolectricVersion "
63
- testImplementation ' androidx.test:core:1.2 .0'
63
+ testImplementation ' androidx.test:core:1.4 .0'
64
64
65
- androidTestImplementation ' androidx.test:core:1.2 .0'
65
+ androidTestImplementation ' androidx.test:core:1.4 .0'
66
66
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
67
67
androidTestImplementation ' androidx.test:runner:1.2.0'
68
68
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0' , {
Original file line number Diff line number Diff line change 66
66
jSoupVersion = ' 1.11.3'
67
67
wordpressUtilsVersion = ' trunk-1ed207c03d2242b6fc3d74f9e388e9163cbc82a6'
68
68
espressoVersion = ' 3.0.1'
69
- commonTargetSdkVersion = 30
69
+ commonTargetSdkVersion = 31
70
70
commonMinSdkVersion = 21
71
71
72
72
aztecProjectDependency = project. hasProperty(" aztecVersion" ) ? " org.wordpress:aztec:${ project.getProperty("aztecVersion")} " : project(" :aztec" )
You can’t perform that action at this time.
0 commit comments