Update to targetSdkVersion 32.

This commit is contained in:
Nicholas Tinsley 2022-09-19 12:36:12 -04:00 committed by Cody Henthorne
parent b9f4dc3fe9
commit 7451ee1403

View file

@ -28,10 +28,10 @@ buildscript {
}
ext {
BUILD_TOOL_VERSION = '31.0.0'
BUILD_TOOL_VERSION = '32.0.0'
COMPILE_SDK = 32
TARGET_SDK = 30
TARGET_SDK = 32
MINIMUM_SDK = 19
JAVA_VERSION = JavaVersion.VERSION_1_8