mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Move common gradle config into convention plugins.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
ext {
|
||||
BUILD_TOOLS_VERSION = '32.0.0'
|
||||
|
||||
COMPILE_SDK_VERSION = 33
|
||||
TARGET_SDK_VERSION = 31
|
||||
MIN_SDK_VERSION = 21
|
||||
|
||||
JAVA_VERSION = JavaVersion.VERSION_1_8
|
||||
}
|
||||
Reference in New Issue
Block a user