Update build tools version to 32.0.0

This commit is contained in:
Greyson Parrelli 2022-09-29 10:55:14 -04:00
parent 6708089777
commit c86b34bb46

View file

@ -28,7 +28,7 @@ buildscript {
}
ext {
BUILD_TOOL_VERSION = '31.0.0'
BUILD_TOOL_VERSION = '32.0.0'
COMPILE_SDK = 32
TARGET_SDK = 30