8 lines
146 B
Kotlin
8 lines
146 B
Kotlin
plugins {
|
|
id("org.autojs.build.local-arr-register-convention")
|
|
}
|
|
|
|
localAars {
|
|
files += "android-plugin-client-sdk-for-locale-9.0.0.aar"
|
|
}
|