Skip to content

Commit

Permalink
Merge pull request #1006 from wordpress-mobile/issue/1003-update-targ…
Browse files Browse the repository at this point in the history
…etsdkversion-to-31-for-android-12-migration

Updates: target sdk version to 31
  • Loading branch information
fluiddot authored Oct 13, 2022
2 parents 4bcc78e + 3fdbbc2 commit fdcf6ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<activity
android:name=".MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize|stateHidden"
android:theme="@style/MainActivityTheme" >

Expand Down
4 changes: 2 additions & 2 deletions aztec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ dependencies {

testImplementation "junit:junit:$jUnitVersion"
testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation 'androidx.test:core:1.2.0'
testImplementation 'androidx.test:core:1.4.0'

androidTestImplementation 'androidx.test:core:1.2.0'
androidTestImplementation 'androidx.test:core:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0', {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ext {
jSoupVersion = '1.11.3'
wordpressUtilsVersion = 'trunk-1ed207c03d2242b6fc3d74f9e388e9163cbc82a6'
espressoVersion = '3.0.1'
commonTargetSdkVersion = 30
commonTargetSdkVersion = 31
commonMinSdkVersion = 21

aztecProjectDependency = project.hasProperty("aztecVersion") ? "org.wordpress:aztec:${project.getProperty("aztecVersion")}" : project(":aztec")
Expand Down

0 comments on commit fdcf6ce

Please sign in to comment.