8 lines
120 B
Kotlin
8 lines
120 B
Kotlin
plugins {
|
|
id("org.autojs.build.local-arr-register-convention")
|
|
}
|
|
|
|
localAars {
|
|
files += "appcompat-legacy.aar"
|
|
}
|