Set Android Build tools version to 28.0.6 as 29.0.3 was corrupted
This commit is contained in:
parent
ec435c1191
commit
603b8ff4b7
|
@ -39,7 +39,7 @@ ext {
|
|||
|
||||
androidCompileSdkVersion = 28
|
||||
|
||||
androidBuildToolsVersion = "29.0.3"
|
||||
androidBuildToolsVersion = "28.0.6"
|
||||
|
||||
androidMinSdkVersion = 16
|
||||
|
||||
|
|
Loading…
Reference in New Issue