Skip to content

Commit 8c8723c

Browse files
committed
Bump targetSdk to 32
32 is just a feature release of android 13 and no important changes are documented. Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
1 parent 39f094a commit 8c8723c

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
@@ -82,7 +82,7 @@ android {
8282

8383
defaultConfig {
8484
minSdkVersion 23
85-
targetSdkVersion 31
85+
targetSdkVersion 32
8686

8787
buildConfigField 'boolean', 'CI', ciBuild.toString()
8888

0 commit comments

Comments
 (0)