Update agp to 1.14 for mappings fix

This commit is contained in:
IzzelAliz 2021-02-19 02:51:42 +08:00
parent 190726678c
commit 09db31e61b

View File

@ -3,7 +3,7 @@ allprojects {
version '1.0.14-SNAPSHOT'
ext {
agpVersion = '1.13'
agpVersion = '1.14'
}
task cleanBuild {