Update Android Build Tools to 33.0.1 version (#409)
continuous-integration/drone Build is passing Details

## What changes were proposed in this pull request?

Update Android Build Tools to 33.0.1 version.

## How was this patch tested?

Manually.

Co-authored-by: Amab <juanmi1982@gmail.com>
Reviewed-on: #409
This commit is contained in:
Marown 2022-11-28 11:36:02 +01:00
parent 0f9fa51219
commit 41abd55f43
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if (build_param != "prod") {
android {
namespace 'es.ugr.swad.swadroid'
compileSdkVersion 33
buildToolsVersion "33.0.0"
buildToolsVersion "33.0.1"
lint {
abortOnError false