amap_map_fluttify

This commit is contained in:
2024-11-17 20:08:02 +08:00
parent 1dcbe854bd
commit 6c59e63dd9

View File

@ -24,6 +24,9 @@ rootProject.allprojects {
apply plugin: 'com.android.library'
android {
if (project.android.hasProperty("namespace")) {
namespace = "me.yohom.amap_map_fluttify"
}
compileSdkVersion 31
sourceSets {