feat:plugin编译为aar包引用
This commit is contained in:
@@ -50,3 +50,11 @@ android {
|
||||
flutter {
|
||||
source = "../.."
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Process .aar files in the libs folder.
|
||||
val aarFiles = fileTree(mapOf("dir" to "$rootDir/libs", "include" to listOf("*.aar")))
|
||||
aarFiles.forEach { aar ->
|
||||
implementation(files(aar))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user