Updated build tools

This commit is contained in:
akallabeth 2022-01-13 17:19:54 +01:00 committed by akallabeth
parent 2249e9fc46
commit 8691c9f8dd

View File

@ -33,7 +33,7 @@ ext {
compileApi = properties.get('COMPILE_API', 31)
targetApi = properties.get('TARGET_API', 31)
minApi = properties.get('MIN_API', 21)
toolsVersion = properties.get('TOOLS_VERSION', '31.0.0')
toolsVersion = properties.get('TOOLS_VERSION', '31.0.3')
println '----------------- Project configuration -------------------'
println 'VERSION_NAME: ' + versionName