6 lines
128 B
Kotlin
6 lines
128 B
Kotlin
@file:Suppress("UnstableApiUsage")
|
|
|
|
configurations {
|
|
maybeCreate("default")
|
|
}
|
|
artifacts.add("default", file("libxray.aar"))
|