Skip to content

Commit fdcf6ce

Browse files
authored
Merge pull request #1006 from wordpress-mobile/issue/1003-update-targetsdkversion-to-31-for-android-12-migration
Updates: target sdk version to 31
2 parents 4bcc78e + 3fdbbc2 commit fdcf6ce

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<activity
1919
android:name=".MainActivity"
20+
android:exported="true"
2021
android:windowSoftInputMode="adjustResize|stateHidden"
2122
android:theme="@style/MainActivityTheme" >
2223

aztec/build.gradle

+2-2
Original file line numberDiff line numberDiff 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', {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ext {
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")

0 commit comments

Comments
 (0)