Update agp to 1.13

This commit is contained in:
IzzelAliz 2021-01-21 18:21:03 +08:00
parent 638c6c641e
commit 97da4024fe

View File

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