mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Update to targetSdkVersion 32.
This commit is contained in:
committed by
Cody Henthorne
parent
b9f4dc3fe9
commit
7451ee1403
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user