Update to targetSdkVersion 32.
This commit is contained in:
parent
b9f4dc3fe9
commit
7451ee1403
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue