update SDK and build tools to 32 (Android 12L)

This commit is contained in:
Daniel Micay 2022-01-26 22:12:29 -05:00
parent bda58bdba8
commit 8f44fdf862
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ android {
}
}
compileSdk = 31
buildToolsVersion = "31.0.0"
compileSdk = 32
buildToolsVersion = "32.0.0"
defaultConfig {
applicationId = "org.grapheneos.pdfviewer"