Revert "Update to targetSdkVersion 32."

This reverts commit 7451ee1403.
This commit is contained in:
Nicholas Tinsley
2022-09-29 10:15:23 -04:00
parent 678d1c9549
commit d413f0041b

View File

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