Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.com/issues/171235570 in version 4.1.x

(cherry picked from commit e5311f3523)
This commit is contained in:
Fredia Huya-Kouadio 2021-02-17 14:46:45 -08:00 committed by Rémi Verschelde
parent 8a426923c2
commit 1557bc8396
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -1,5 +1,5 @@
ext.versions = [
androidGradlePlugin: '4.1.0',
androidGradlePlugin: '4.0.1',
compileSdk : 29,
minSdk : 18,
targetSdk : 29,