8 lines
127 B
Kotlin
8 lines
127 B
Kotlin
plugins {
|
|
id("org.autojs.build.local-arr-register-convention")
|
|
}
|
|
|
|
localAars {
|
|
files += "expandable-layout-1.6.0.aar"
|
|
}
|