File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717
1818 <activity
1919 android : name =" .MainActivity"
20+ android : exported =" true"
2021 android : windowSoftInputMode =" adjustResize|stateHidden"
2122 android : theme =" @style/MainActivityTheme" >
2223
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ dependencies {
6060
6161 testImplementation " junit:junit:$jUnitVersion "
6262 testImplementation " org.robolectric:robolectric:$robolectricVersion "
63- testImplementation ' androidx.test:core:1.2 .0'
63+ testImplementation ' androidx.test:core:1.4 .0'
6464
65- androidTestImplementation ' androidx.test:core:1.2 .0'
65+ androidTestImplementation ' androidx.test:core:1.4 .0'
6666 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
6767 androidTestImplementation ' androidx.test:runner:1.2.0'
6868 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0' , {
Original file line number Diff line number Diff line change 6666 jSoupVersion = ' 1.11.3'
6767 wordpressUtilsVersion = ' trunk-1ed207c03d2242b6fc3d74f9e388e9163cbc82a6'
6868 espressoVersion = ' 3.0.1'
69- commonTargetSdkVersion = 30
69+ commonTargetSdkVersion = 31
7070 commonMinSdkVersion = 21
7171
7272 aztecProjectDependency = project. hasProperty(" aztecVersion" ) ? " org.wordpress:aztec:${ project.getProperty("aztecVersion")} " : project(" :aztec" )
You can’t perform that action at this time.
0 commit comments