Merge pull request #48228 from akien-mga/android-build-tools-30.0.3

Android: Upgrade buildTools from 30.0.1 to 30.0.3
This commit is contained in:
Rémi Verschelde 2021-04-27 18:42:23 +02:00 committed by GitHub
commit b999fbc4bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ ext.versions = [
compileSdk : 29,
minSdk : 18,
targetSdk : 29,
buildTools : '30.0.1',
buildTools : '30.0.3',
supportCoreUtils : '1.0.0',
kotlinVersion : '1.4.10',
v4Support : '1.0.0',