Support android builds via AGP

This commit is contained in:
You Qi
2023-04-27 21:39:08 +08:00
parent e4932d4ef9
commit c733e9af54
8 changed files with 80 additions and 38 deletions

View File

@@ -2,6 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
google()
}
}