Skip to content

Commit 013f6dc

Browse files
Merge pull request nextcloud#11075 from nextcloud/chore/sdk-32
Bump targetSdk to 32
2 parents 4a0182a + 8c8723c commit 013f6dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484

8585
defaultConfig {
8686
minSdkVersion 23
87-
targetSdkVersion 31
87+
targetSdkVersion 32
8888

8989
buildConfigField 'boolean', 'CI', ciBuild.toString()
9090
buildConfigField 'boolean', 'RUNTIME_PERF_ANALYSIS', perfAnalysis.toString()

0 commit comments

Comments
 (0)